lint fix
This commit is contained in:
parent
7dec9cd464
commit
c5c51e6c21
|
|
@ -482,8 +482,6 @@ class GoogleDrive_DocumentLoaders implements INode {
|
|||
|
||||
const data = await response.json()
|
||||
|
||||
console.log('getFilesFromFolder = ', data)
|
||||
|
||||
// Add drive context to each file
|
||||
const filesWithContext = data.files.map((file: any) => ({
|
||||
...file,
|
||||
|
|
|
|||
Loading…
Reference in New Issue