fix: theme in new booker (#9453)

Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
This commit is contained in:
Udit Takkar 2023-06-11 14:41:46 +05:30 committed by GitHub
parent 9231218350
commit ed4a81e852
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,6 +68,7 @@ const publicEventSelect = Prisma.validator<Prisma.EventTypeSelect>()({
weekStart: true,
username: true,
name: true,
theme: true,
},
},
hidden: true,