👕 Fix lint issue

This commit is contained in:
Jan Oberhauser
2020-10-28 23:14:09 +01:00
parent 0b1688caf4
commit 889267ebb6
7 changed files with 19 additions and 16 deletions

View File

@@ -182,7 +182,7 @@ export class MailerLiteTrigger implements INodeType {
return {
workflowData: [
this.helpers.returnJsonArray(events)
this.helpers.returnJsonArray(events),
],
};
}