Skip to content

Commit

Permalink
feat: Added condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayur committed Dec 23, 2024
1 parent 2852bbf commit 4ec2ebe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export class AutoImportJobsSchedular {
});

if (!webhookDestination) {
return;
return false;
}

const { _id, callbackUrl } = webhookDestination;
Expand Down

0 comments on commit 4ec2ebe

Please sign in to comment.