Skip to content

Commit

Permalink
Merge pull request #40 from hive-one/zoom-token-fix
Browse files Browse the repository at this point in the history
hide zoom oauth keys in frontend
  • Loading branch information
rishimohan authored Nov 24, 2023
2 parents 88700f9 + d2fb47a commit 327cbe2
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 327cbe2

Please sign in to comment.