mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 16:22:44 +00:00
Linting
This commit is contained in:
@@ -205,9 +205,9 @@ GoogleActions = {
|
||||
|
||||
await drive.permissions.create({
|
||||
resource : { type : 'anyone',
|
||||
role : 'writer'},
|
||||
fileId : obj.data.id,
|
||||
fields : 'id',
|
||||
role : 'writer' },
|
||||
fileId : obj.data.id,
|
||||
fields : 'id',
|
||||
})
|
||||
.catch((err)=>{
|
||||
console.log('Error updating permissions');
|
||||
|
||||
Reference in New Issue
Block a user