mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user