Skip to content

Commit

Permalink
fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
rishimohan committed Nov 27, 2023
1 parent d02276f commit b598a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/prisma/selects/credential.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const credentialForCalendarServiceSelect = Prisma.validator<Prisma.Creden
},
},
teamId: true,
// key: true,
key: true,
invalid: true,
});

Expand Down

0 comments on commit b598a4d

Please sign in to comment.