diff --git a/apps/web-api/src/pl-events/pl-event-guests.service.ts b/apps/web-api/src/pl-events/pl-event-guests.service.ts index 50dcfb2a8..8ea507220 100644 --- a/apps/web-api/src/pl-events/pl-event-guests.service.ts +++ b/apps/web-api/src/pl-events/pl-event-guests.service.ts @@ -183,7 +183,7 @@ export class PLEventGuestsService { query: Prisma.PLEventGuestFindManyArgs ) { try { - const events = await this.eventLocationsService.getUpcomingEventsByLocation(locationUid); + const events = (await this.eventLocationsService.getPLEventLocationByUid(locationUid)).events; return await this.prisma.pLEventGuest.findMany({ where: { eventUid: {