pull/5952/head^2
zomars 2022-12-09 10:43:19 -07:00
parent ee39ea316f
commit 30f0b080c5
1 changed files with 1 additions and 0 deletions

View File

@ -305,6 +305,7 @@ const loggedInViewerRouter = router({
const userCredentials = await prisma.credential.findMany({
where: {
userId: ctx.user.id,
app: {
categories: { has: AppCategories.calendar },
enabled: true,