fix: logo for org team event types (#19131)
* fix: logo on booking page * fix: logo for org team event tyoes * chore
This commit is contained in:
@@ -428,6 +428,7 @@ export const getPublicEvent = async (
|
||||
orgDetails = await prisma.team.findFirst({
|
||||
where: {
|
||||
slug: org,
|
||||
parentId: null,
|
||||
},
|
||||
select: {
|
||||
logoUrl: true,
|
||||
|
||||
Reference in New Issue
Block a user