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:
Val 2023-10-24 08:37:49 +01:00 committed by GitHub
parent 3ef771ea38
commit baecb93bef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -197,7 +197,7 @@ export class MqttTrigger implements INodeType {
};
if (this.getMode() === 'trigger') {
await manualTriggerFunction();
void manualTriggerFunction();
}
async function closeFunction() {