0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-06-28 10:28:39 +00:00
This commit is contained in:
Trevor Buckner
2020-10-06 14:21:15 -04:00
parent 864cc7a7bb
commit ed1c589e2d
+1 -1
View File
@@ -205,7 +205,7 @@ GoogleActions = {
await drive.permissions.create({
resource : { type : 'anyone',
role : 'writer'},
role : 'writer' },
fileId : obj.data.id,
fields : 'id',
})