Skip to content

Commit

Permalink
fix(api): remove pro user field UserInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
takker99 committed Feb 9, 2025
1 parent 1b2b933 commit 8b5d162
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions api/pages/project/title.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ export interface UserInfo extends User {
/** user e-mail */
email: string;

/** whether the user is a pro user or not */
pro: boolean;

/** login provider */
provider: "google" | "microsoft" | "email";

Expand Down

0 comments on commit 8b5d162

Please sign in to comment.