Remove duplicate reporthing path

This commit is contained in:
Mara Nikola Kiefer
2026-04-10 13:48:59 +02:00
parent 720f73beac
commit 08b6dae6e0
-1
View File
@@ -132,7 +132,6 @@ async function checkWorkflow(workflowPath: string, propertiesPath: string, allow
if (properties.iconName.startsWith("lucide ")) {
const lucideName = properties.iconName.slice("lucide ".length).split(".")[0].trim()
if(!lucideName) {
workflowErrors.errors.push(`No icon named ${properties.iconName} found`)
svgIconName = undefined
} else {
svgIconName = `lucide-${lucideName}`