Skip to content

Commit

Permalink
bug: enum are sqlite compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
awtkns committed Apr 17, 2023
1 parent fe2293d commit a511010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ declare module "next-auth" {
}

interface User {
role?: "ADMIN";
role?: string;
subscriptionId: string | undefined;
}
}
Expand Down

0 comments on commit a511010

Please sign in to comment.