Skip to content

Commit

Permalink
fix: formatting comments
Browse files Browse the repository at this point in the history
  • Loading branch information
whiitex committed May 25, 2024
1 parent 6dd26b6 commit 1afe269
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions api/src/users/users.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ export class UsersService {
return this.userRepository.findOne({ where: { oauthId } });
}

/**
* Delete a user
* @param {User} user - User to delete
* @returns {Promise<User>} - Deleted user
*/
async delete(user: User): Promise<User> {
return this.userRepository.remove(user);
}
Expand Down

0 comments on commit 1afe269

Please sign in to comment.