if there is no slot then the venue will not be sent

This commit is contained in:
2026-03-05 18:12:35 +05:30
parent accfc4b769
commit 4a069cc67a

View File

@@ -1917,6 +1917,9 @@ export class UserService {
ActivityVenues: {
where: {
isActive: true,
ScheduleHeader: {
some: {}
}
},
select: {
id: true,
@@ -1935,6 +1938,18 @@ export class UserService {
mediaType: true,
},
},
ScheduleHeader: {
select: {
id: true,
scheduleType: true,
startDate: true,
endDate: true,
earlyCheckInMins: true,
bookingCutOffMins: true,
effectiveFromDt: true,
effectiveToDt: true,
}
},
ActivityPrices: {
select: {
id: true,