fix: slot check (#14917)
This commit is contained in:
@@ -682,7 +682,7 @@ export async function getAvailableSlots({ input, ctx }: GetScheduleOptions): Pro
|
||||
loggerWithEventDetails.debug(`Available slots: ${JSON.stringify(computedAvailableSlots)}`);
|
||||
|
||||
// We only want to run this on single targeted events and not dynamic
|
||||
if (!computedAvailableSlots.slots && input.usernameList?.length === 1) {
|
||||
if (!Object.keys(computedAvailableSlots).length && input.usernameList?.length === 1) {
|
||||
try {
|
||||
await handleNotificationWhenNoSlots({
|
||||
eventDetails: {
|
||||
|
||||
Reference in New Issue
Block a user