mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
👕 Fix lint issue
This commit is contained in:
parent
4605228d13
commit
9560dd6ce2
|
@ -509,7 +509,7 @@ export class GoogleSlides implements INodeType {
|
|||
const limit = this.getNodeParameter('limit', i) as number;
|
||||
responseData = responseData.slice(0, limit);
|
||||
}
|
||||
returnData.push(...this.helpers.returnJsonArray(responseData))
|
||||
returnData.push(...this.helpers.returnJsonArray(responseData));
|
||||
|
||||
} else if (operation === 'replaceText') {
|
||||
|
||||
|
|
Loading…
Reference in a new issue