fix: remove useless tags

This commit is contained in:
gauthier-th
2025-12-01 22:03:16 +01:00
parent 4afcfbb598
commit 503c099cd1

View File

@@ -135,7 +135,6 @@ async function overrideRules({
if (prioritizedRule.tags) { if (prioritizedRule.tags) {
tags = [ tags = [
...new Set([ ...new Set([
...(tags || []),
...prioritizedRule.tags.split(',').map((tag) => Number(tag)), ...prioritizedRule.tags.split(',').map((tag) => Number(tag)),
]), ]),
]; ];