0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Small Typo

This commit is contained in:
Trevor Buckner
2020-10-07 15:39:37 -04:00
parent 0afb503860
commit 39cbadb100

View File

@@ -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,