Skip to content

Commit

Permalink
fix: Redis trigger getting stuck when activating workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoE105 committed Dec 21, 2023
1 parent e9c7fd7 commit 406953e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nodes-base/nodes/Redis/RedisTrigger.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export class RedisTrigger implements INodeType {
};

if (this.getMode() === 'trigger') {
await manualTriggerFunction();
void manualTriggerFunction();
}

async function closeFunction() {
Expand Down

0 comments on commit 406953e

Please sign in to comment.