Skip to content

Commit

Permalink
feat: Updated packages/nodes-base/nodes/Github/Git
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 18, 2024
1 parent b7ff3a4 commit 35ba4fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/nodes-base/nodes/Github/GithubTrigger.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,8 @@ export class GithubTrigger implements INodeType {
const webhookData = this.getWorkflowStaticData('node');

if (webhookData.webhookId === undefined) {
// No webhook id is set so no webhook can exist
return false;
// No webhook id is set so no webhook can exist
return new_code
} else {ret = false
Expand Down

0 comments on commit 35ba4fd

Please sign in to comment.