Fix syntax error in saveVariantToDB
Deploy TrassenPlaner / deploy (push) Waiting to run
Details
Deploy TrassenPlaner / deploy (push) Waiting to run
Details
This commit is contained in:
parent
6c6eb92dbb
commit
c85f3eae82
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue