mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 12:44:07 -08:00
Remove unneeded type
This commit is contained in:
parent
710ba33d77
commit
9290993400
|
@ -600,7 +600,7 @@ export class NextCloud implements INodeType {
|
||||||
let requestMethod = '';
|
let requestMethod = '';
|
||||||
let responseData: any; // tslint:disable-line:no-any
|
let responseData: any; // tslint:disable-line:no-any
|
||||||
|
|
||||||
let body: string | Buffer | IDataObject = '';
|
let body: string | Buffer = '';
|
||||||
const headers: IDataObject = {};
|
const headers: IDataObject = {};
|
||||||
|
|
||||||
for (let i = 0; i < items.length; i++) {
|
for (let i = 0; i < items.length; i++) {
|
||||||
|
|
Loading…
Reference in a new issue