fixed the check availability api and sending the interested and bucket count in the connection api

This commit is contained in:
2026-03-06 15:40:21 +05:30
parent 25be8a5647
commit cae66237d2
3 changed files with 111 additions and 71 deletions

View File

@@ -362,6 +362,9 @@ export class SchedulingService {
isActive: true,
startDate: { lte: date },
OR: [{ endDate: null }, { endDate: { gte: date } }],
ScheduleDetails: {
some: {}
}
},
include: {
activityVenue: {