mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
👕 Fix lint issue
This commit is contained in:
parent
499fa48784
commit
bbf875cd08
|
@ -1997,8 +1997,8 @@ export class GoogleDrive implements INodeType {
|
|||
}
|
||||
|
||||
const qs = {
|
||||
supportsAllDrives: true
|
||||
}
|
||||
supportsAllDrives: true,
|
||||
};
|
||||
|
||||
const response = await googleApiRequest.call(this, 'POST', `/drive/v3/files/${fileId}/copy`, body, qs);
|
||||
|
||||
|
|
Loading…
Reference in a new issue