Skip to content

Commit

Permalink
refactor: add back in server-only
Browse files Browse the repository at this point in the history
  • Loading branch information
agrattan0820 committed Jun 28, 2024
1 parent bb616e6 commit 440cf33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/client/src/utils/server-actions.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import "server-only";
import type { Session } from "next-auth";
import { db, games, usersToRooms, usersToGames, rooms } from "database";
import { sql, eq, and, isNull, desc, gt } from "drizzle-orm";
Expand Down

0 comments on commit 440cf33

Please sign in to comment.