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

This commit is contained in:
Jeroen Reumkens
2023-06-21 09:04:15 +00:00
committed by GitHub
parent b7c3b31e0c
commit 804787f2a3
@@ -71,6 +71,8 @@ const publicEventSelect = Prisma.validator<Prisma.EventTypeSelect>()({
name: true,
theme: true,
metadata: true,
brandColor: true,
darkBrandColor: true,
},
},
hidden: true,