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