diff --git a/src/app/actions.ts b/src/app/actions.ts index 92a89b0..1776f3a 100644 --- a/src/app/actions.ts +++ b/src/app/actions.ts @@ -4,5 +4,6 @@ import { env } from "~/env" export async function isAdmin() { const userid = (await auth()).userId + console.log(userid) return (userid == env.ADMIN_USER_CLERK_ID) }