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 86bb968 commit b7ff3a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/nodes-base/nodes/Github/GithubTrigger.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,8 @@ export class GithubTrigger implements INodeType {

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

// Webhook got created before so check if it still exists
Expand Down

0 comments on commit b7ff3a4

Please sign in to comment.