mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -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) {
|
if (Array.isArray(result) && result.length !== 0) {
|
||||||
result = [this.helpers.returnJsonArray(result)];
|
result = [this.helpers.returnJsonArray(result)];
|
||||||
|
return result;
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue