🐛 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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}