Skip to content

Commit

Permalink
lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljohanneskraft committed Nov 7, 2024
1 parent 533eb48 commit ca976c1
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 @@ -43,7 +43,7 @@ export class MockUserService implements UserService {
async updateAuth(userId: string, user: UserAuth): Promise<void> {
return
}

// Methods - Invitations

async createInvitation(content: Invitation): Promise<{ id: string }> {
Expand Down

0 comments on commit ca976c1

Please sign in to comment.