Skip to content

Commit

Permalink
Include all entitlements
Browse files Browse the repository at this point in the history
  • Loading branch information
paustint committed Jan 22, 2025
1 parent 5307935 commit b084d38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/api/src/app/db/user.db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const userSelect: Prisma.UserSelect = {
select: {
recordSync: true,
chromeExtension: true,
googleDrive: true,
},
},
billingAccount: {
Expand Down Expand Up @@ -91,6 +92,7 @@ const UserFacingProfileSelect = Prisma.validator<Prisma.UserSelect>()({
select: {
chromeExtension: true,
recordSync: true,
googleDrive: true,
},
},
subscriptions: {
Expand Down

0 comments on commit b084d38

Please sign in to comment.