mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
🐛 ClockifyTrigger.node.ts fix (#930)
This commit is contained in:
parent
10959e5277
commit
30bbc540e6
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue