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:
Udit Takkar
2025-02-06 20:50:15 +05:30
committed by GitHub
parent 0b46415856
commit cb9dfaa76b
@@ -428,6 +428,7 @@ export const getPublicEvent = async (
orgDetails = await prisma.team.findFirst({
where: {
slug: org,
parentId: null,
},
select: {
logoUrl: true,