mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 11:49:59 +00:00
🐛 Fix issue with wronlgy defined paramter for Google Drive
This commit is contained in:
@@ -933,7 +933,7 @@ export class GoogleDrive implements INodeType {
|
||||
|
||||
let queryCorpora = '';
|
||||
if (options.corpora) {
|
||||
queryCorpora = (options.corpora as string[]).join(', ');
|
||||
queryCorpora = options.corpora as string;
|
||||
}
|
||||
|
||||
let driveId : string | undefined;
|
||||
|
||||
Reference in New Issue
Block a user