0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 21:52:43 +00:00

Merge branch 'master' into addMetadata-#820

This commit is contained in:
G.Ambatte
2022-04-13 09:13:37 +12:00
committed by GitHub
20 changed files with 921 additions and 613 deletions

View File

@@ -182,8 +182,8 @@ const GoogleActions = {
'description' : `${brew.description}`,
'parents' : [folderId],
'properties' : { //AppProperties is not accessible
'shareId' : nanoid(12),
'editId' : nanoid(12),
'shareId' : brew.shareId || nanoid(12),
'editId' : brew.editId || nanoid(12),
'title' : brew.title,
'views' : '0',
'pageCount' : brew.pageCount,