mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
fix(MQTT Trigger Node): Fix node causing a start up hang when active (#7498)
Github issue / Community forum post (link here to close automatically):
This commit is contained in:
@@ -197,7 +197,7 @@ export class MqttTrigger implements INodeType {
|
||||
};
|
||||
|
||||
if (this.getMode() === 'trigger') {
|
||||
await manualTriggerFunction();
|
||||
void manualTriggerFunction();
|
||||
}
|
||||
|
||||
async function closeFunction() {
|
||||
|
||||
Reference in New Issue
Block a user