0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Remove unnecessary & incorrect default setting

This commit is contained in:
G.Ambatte
2022-10-09 21:50:31 +13:00
parent 9fd5fea50c
commit 9ad915c14a

View File

@@ -46,8 +46,6 @@ HomebrewSchema.statics.get = function(query, fields=null){
unzipped = zlib.inflateRawSync(brews[0].textBin);
brews[0].text = unzipped.toString();
}
if(!brews[0].renderer)
brews[0].renderer = 'legacy';
return resolve(brews[0]);
});
});