From c85f3eae824003c6c7320ec17fbe6cb14fd3f8d4 Mon Sep 17 00:00:00 2001 From: Johannes Baumeister Date: Mon, 20 Apr 2026 10:22:30 +0200 Subject: [PATCH] Fix syntax error in saveVariantToDB --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index eeab02c..77c1d58 100644 --- a/index.html +++ b/index.html @@ -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;