Fix syntax error in saveVariantToDB
Deploy TrassenPlaner / deploy (push) Waiting to run Details

This commit is contained in:
Johannes Baumeister 2026-04-20 10:22:30 +02:00
parent 6c6eb92dbb
commit c85f3eae82
1 changed files with 0 additions and 1 deletions

View File

@ -2731,7 +2731,6 @@
const indicator = document.getElementById('db-status-indicator');
if (indicator) indicator.classList.add('active');
try {
try {
// Ensure we have a valid variant object and points
if (!variantDef.id && !variantDef.name) return;