Skip to content

Commit 460e2ea

Browse files
Correctly import server-only
1 parent ef14034 commit 460e2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/db/queries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'server-only';
1+
import 'server-only';
22

33
import { genSaltSync, hashSync } from 'bcrypt-ts';
44
import { and, asc, desc, eq, gt } from 'drizzle-orm';

0 commit comments

Comments
 (0)