We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fba2fc commit 9a001fbCopy full SHA for 9a001fb
src/repository/userMongoDBRepository.ts
@@ -11,7 +11,7 @@ export class UserMongoDBRepository
11
}
12
13
async findOneById(id: string) {
14
- return await this.findOne({ _id: id });
+ return this.findOne({ _id: id });
15
16
17
async findOneByEmail(email: string) {
0 commit comments