Dirty-Fix build

This commit is contained in:
Jan Oberhauser
2020-01-27 01:32:47 -08:00
parent 73010e1ae4
commit abeae2ae9f
4 changed files with 7 additions and 1 deletions

View File

@@ -827,6 +827,7 @@ export class GoogleDrive implements INodeType {
const drive = google.drive({
version: 'v3',
// @ts-ignore
auth: client,
});