mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -1997,8 +1997,8 @@ export class GoogleDrive implements INodeType {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const qs = {
|
const qs = {
|
||||||
supportsAllDrives: true
|
supportsAllDrives: true,
|
||||||
}
|
};
|
||||||
|
|
||||||
const response = await googleApiRequest.call(this, 'POST', `/drive/v3/files/${fileId}/copy`, body, qs);
|
const response = await googleApiRequest.call(this, 'POST', `/drive/v3/files/${fileId}/copy`, body, qs);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user