0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-01 15:12:40 +00:00

update app to use a single endpoint for google and non-google stored brews

This commit is contained in:
Charlie Humphreys
2022-03-24 08:13:34 -05:00
parent 9e5cc57441
commit 92d8027640
7 changed files with 215 additions and 13355 deletions

View File

@@ -180,8 +180,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,