0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 03:42:38 +00:00

test change

This commit is contained in:
Trevor Buckner
2025-11-15 04:35:23 +00:00
parent 435c6dcc6f
commit a0cfec7668

View File

@@ -249,10 +249,8 @@ const GoogleActions = {
} }
await drive.permissions.create({ await drive.permissions.create({
resource : { resource : { type : 'anyone',
type : 'anyone', role : 'writer' },
role : 'writer'
},
fileId : obj.data.id, fileId : obj.data.id,
fields : 'id', fields : 'id',
}) })