Skip to content

Commit

Permalink
fix typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
alecananian committed Dec 9, 2024
1 parent db02cd8 commit 0d4d5d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/api/src/utils/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const USER_PROFILE_SELECT_FIELDS = {
showEthBalance: true,
showGemsBalance: true,
testnetFaucetLastUsedAt: true,
legacyProfileMigratedAt: true,
} as const satisfies Prisma.UserProfileSelect;

export const USER_SMART_ACCOUNT_SELECT_FIELDS = {
Expand Down

0 comments on commit 0d4d5d1

Please sign in to comment.