0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

Updated error message on failure to set permissions on Google Drive file

This commit is contained in:
G.Ambatte
2025-11-15 15:37:01 +13:00
parent 7547454084
commit 1adbbc2ced

View File

@@ -243,7 +243,7 @@ const GoogleActions = {
fields : 'id',
})
.catch((err)=>{
console.log('Error updating permissions');
console.log('Error updating permissions on Google Drive file');
console.error(err);
});
}