Skip to content

Commit 899729d

Browse files
committed
Fix lint
1 parent 754c252 commit 899729d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/server/api/test/unit/authentication/new-user/create-user.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ describe('create-user', () => {
5151
verified: true,
5252
organizationId: 'org-1',
5353
referringUserId: 'user-x',
54+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
5455
provider: 'email' as any,
5556
};
5657

0 commit comments

Comments
 (0)