Skip to content

Commit d7d6ac9

Browse files
omar-bearaouertani
authored andcommitted
fix: remove unused import for inferAdditionalFields in auth configuration
1 parent d10906b commit d7d6ac9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/server/auth.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import { permissions } from '@/features/auth/permissions';
1818
import { db } from '@/server/db';
1919
import { sendEmail } from '@/server/email';
2020
import { getUserLanguage } from '@/server/utils';
21-
import { inferAdditionalFields } from 'better-auth/client/plugins';
2221

2322
export type Auth = typeof auth;
2423
export const auth = betterAuth({

0 commit comments

Comments
 (0)