Skip to content

Commit a3303cf

Browse files
Remove unused line
1 parent 5c5510d commit a3303cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/playerDashboard/page.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ import GameData from "@/database/gameDataSchema";
1111
//TEST IT OUT!
1212
//hi u can return <h1>{userId}</h1>; below, then paste ur userId into mongo and yay u can see progress
1313

14-
type GameId = "statesOfMatterGame" | "penguinRunGame";
15-
1614
export default async function PlayerDashboard() {
1715
// VERY helpful info if your confused on auth https://clerk.com/docs/reference/nextjs/app-router/auth
1816
const { userId } = await auth.protect(); //redirects if signed out

0 commit comments

Comments
 (0)