if there is no slot then the venue will not be sent
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user