From 481041a8aa32d8f2de6bd54678bca94e8b8ca48f Mon Sep 17 00:00:00 2001 From: Paul Kraft Date: Tue, 29 Oct 2024 15:59:31 -0700 Subject: [PATCH] lint:fix --- functions/src/services/user/userService.mock.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/src/services/user/userService.mock.ts b/functions/src/services/user/userService.mock.ts index 43736b12..5c0e668d 100644 --- a/functions/src/services/user/userService.mock.ts +++ b/functions/src/services/user/userService.mock.ts @@ -85,7 +85,7 @@ export class MockUserService implements UserService { invitation: Document, userId: string, ): Promise> { - return await this.getUser(userId) + return this.getUser(userId) } // Methods - Organizations