Skip to content

Commit

Permalink
change value buttons to general/high instead 2
Browse files Browse the repository at this point in the history
  • Loading branch information
axgu authored and ScottyLabsDeploy committed Feb 24, 2024
1 parent e554bc8 commit 15a7a88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/env/schema.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ export const clientSchema = z.object({
*/
export const clientEnv = {
// NEXT_PUBLIC_BAR: process.env.NEXT_PUBLIC_BAR,
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY: process.env.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY:
process.env.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY
};
2 changes: 1 addition & 1 deletion src/server/trpc/router/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ export default router({
ctx.prisma.account.delete({
where: { clerkId: input }
})
),
)
});

0 comments on commit 15a7a88

Please sign in to comment.