Skip to content

Commit

Permalink
fixed service key
Browse files Browse the repository at this point in the history
  • Loading branch information
ayyubibrahimi committed Oct 3, 2023
1 parent 8a7aabe commit 0c242e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/app/api/v1/cards/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const dynamic = "force-dynamic";

const supabaseUrl = process.env.NEXT_PUBLIC_SUPABASE_URL || "PLACEHOLDER";
const supabaseSecretServiceKey =
process.env.NEXT_PUBLIC_SUPABASE_ANON_KEY || "PLACEHOLDER";
process.env.SUPABASE_SERVICE_ROLE_SECRET || "PLACEHOLDER";

/* Create card
* Not creating directly from client because:
Expand Down

0 comments on commit 0c242e0

Please sign in to comment.