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

Merge pull request #2470 from jeddai/remove-google-get-during-update

update getBrew usages to not fetch google brew during updates
This commit is contained in:
Trevor Buckner
2022-12-10 13:54:58 -05:00
committed by GitHub
2 changed files with 22 additions and 24 deletions

View File

@@ -253,7 +253,6 @@ const GoogleActions = {
text : file.data,
description : obj.data.description,
tags : obj.data.properties.tags ? obj.data.properties.tags : '',
systems : obj.data.properties.systems ? obj.data.properties.systems.split(',') : [],
authors : [],
published : obj.data.properties.published ? obj.data.properties.published == 'true' : false,