0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 20:52:40 +00:00

remove tags from google brew fetch

This commit is contained in:
Charlie Humphreys
2022-11-18 17:53:47 -06:00
parent 13b43e8902
commit f26e3d6cd1
2 changed files with 0 additions and 5 deletions

View File

@@ -249,7 +249,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,