Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Mar 14, 2024
1 parent 1b810cb commit 78ab6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.js
Expand Up @@ -689,7 +689,7 @@ function generateIconsList(presets, fields, categories) {
...Object.values(presets).map(p => p.icon).filter(Boolean),
...Object.values(categories).map(c => c.icon).filter(Boolean),
...Object.values(fields).flatMap(f => Object.values(f.icons || {}))
].forEach(icon => icons[icon] = true)
].forEach(icon => icons[icon] = true);
return Object.keys(icons).sort();
}

Expand Down

0 comments on commit 78ab6bc

Please sign in to comment.