Skip to content

Commit

Permalink
Update src/repositories/user.repository.ts
Browse files Browse the repository at this point in the history
Formatting improved - 2.

Co-authored-by: nerix <nero.9@hotmail.de>
  • Loading branch information
sharifpour and Nerixyz authored Apr 27, 2021
1 parent 700b950 commit 1c68ce3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/repositories/user.repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export class UserRepository extends Repository {
});
return body.user;
}

async usernameinfo(username: string): Promise<UserRepositoryInfoResponseUser> {
const { body } = await this.client.request.send<UserRepositoryInfoResponseRootObject>({
url: `/api/v1/users/${username}/usernameinfo/`,
Expand Down

0 comments on commit 1c68ce3

Please sign in to comment.