0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +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)=>{
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);