0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-16 10:22:42 +00:00

Remove comment about irrelevant tag cleaning

This commit is contained in:
G.Ambatte
2024-11-10 19:24:54 +13:00
parent 49d30007d3
commit 27f14b042b

View File

@@ -112,8 +112,6 @@ router.put('/admin/clean/script/:id', asyncHandler(HomebrewAPI.getBrew('admin',
properties.forEach((property)=>{ properties.forEach((property)=>{
brew[property] = cleanText(brew[property]); brew[property] = cleanText(brew[property]);
}); });
// Tag cleaning is commented out as it is impossible to enter a script tag in tags
// brew.tags = cleanText(brew.tags.join('\n')).split('\n');
splitTextStyleAndMetadata(brew); splitTextStyleAndMetadata(brew);