0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 15:52:39 +00:00

Merge pull request #1662 from G-Ambatte/addPageCountToUpdateGoogleBrew

Add Page Count to the Google brew update function
This commit is contained in:
Trevor Buckner
2021-09-10 22:20:17 -04:00
committed by GitHub

View File

@@ -163,6 +163,7 @@ GoogleActions = {
version : brew.version,
renderer : brew.renderer,
tags : brew.tags,
pageCount : brew.pageCount,
systems : brew.systems.join()
}
},