Revert "fix: resolve all ESLint errors in backend and frontend"
Build and Push Multi-Platform Images / build-and-push (push) Successful in 19s
Build and Push Multi-Platform Images / build-and-push (push) Successful in 19s
This reverts commit 07dfd7e840.
This commit is contained in:
@@ -48,9 +48,7 @@ export function buildVariables(ctx: ResolverContext): Record<string, string> {
|
||||
if (gv !== undefined) vars[`barcode.${sanitizeKey(g)}`] = gv;
|
||||
}
|
||||
}
|
||||
} catch {
|
||||
// Ungültige Regex/Barcode-Daten: Variablen bleiben ungesetzt
|
||||
}
|
||||
} catch {}
|
||||
}
|
||||
|
||||
return vars;
|
||||
|
||||
Reference in New Issue
Block a user