0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-19 10:42:43 +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({
resource : {
type : 'anyone',
role : 'writer'
},
resource : { type : 'anyone',
role : 'writer' },
fileId : obj.data.id,
fields : 'id',
})