Skip to content

Commit

Permalink
lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljohanneskraft committed Oct 29, 2024
1 parent 6cebf39 commit 481041a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/src/services/user/userService.mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export class MockUserService implements UserService {
invitation: Document<Invitation>,
userId: string,
): Promise<Document<User>> {
return await this.getUser(userId)
return this.getUser(userId)
}

// Methods - Organizations
Expand Down

0 comments on commit 481041a

Please sign in to comment.