mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -900,9 +900,9 @@ export class GoogleDrive implements INodeType {
|
|||||||
fields: `nextPageToken, files(${queryFields})`,
|
fields: `nextPageToken, files(${queryFields})`,
|
||||||
spaces: querySpaces,
|
spaces: querySpaces,
|
||||||
corpora: queryCorpora,
|
corpora: queryCorpora,
|
||||||
driveId: driveId,
|
driveId,
|
||||||
q: queryString,
|
q: queryString,
|
||||||
includeItemsFromAllDrives: (queryCorpora !== '' || driveId !== ''), // Actually depracated,
|
includeItemsFromAllDrives: (queryCorpora !== '' || driveId !== ''), // Actually depracated,
|
||||||
supportsAllDrives: (queryCorpora !== '' || driveId !== ''), // see https://developers.google.com/drive/api/v3/reference/files/list
|
supportsAllDrives: (queryCorpora !== '' || driveId !== ''), // see https://developers.google.com/drive/api/v3/reference/files/list
|
||||||
// However until June 2020 still needs to be set, to avoid API errors.
|
// However until June 2020 still needs to be set, to avoid API errors.
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user