From 39cbadb10085201c0b5daade45e3dc6db8228e4f Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Wed, 7 Oct 2020 15:39:37 -0400 Subject: [PATCH] Small Typo --- server/googleActions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/googleActions.js b/server/googleActions.js index af1972efb..a21bfc2db 100644 --- a/server/googleActions.js +++ b/server/googleActions.js @@ -223,7 +223,7 @@ GoogleActions = { }, readFileMetadata : async (auth, id, accessId, accessType)=>{ - const drive = google.drive({ version: 'v3', auth }); + const drive = google.drive({ version: 'v3', auth: auth }); const obj = await drive.files.get({ fileId : id,