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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user