Get brand colors from DB for owner, so it's reflected in booker (#9679)

pull/9681/head
Jeroen Reumkens 2023-06-21 11:04:15 +02:00 committed by GitHub
parent b7c3b31e0c
commit 804787f2a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,8 @@ const publicEventSelect = Prisma.validator<Prisma.EventTypeSelect>()({
name: true,
theme: true,
metadata: true,
brandColor: true,
darkBrandColor: true,
},
},
hidden: true,