🐛 ClockifyTrigger.node.ts fix (#930)

This commit is contained in:
Sou1Aced
2020-09-08 09:39:27 -04:00
committed by GitHub
parent 10959e5277
commit 30bbc540e6

View File

@@ -118,6 +118,7 @@ export class ClockifyTrigger implements INodeType {
if (Array.isArray(result) && result.length !== 0) {
result = [this.helpers.returnJsonArray(result)];
return result;
}
return null;
}