fix warning

This commit is contained in:
plebeius
2026-01-11 15:40:24 +01:00
parent 33943c3de9
commit 3adb52e2a5
+1 -1
View File
@@ -36,7 +36,7 @@ const useModQueueStore = create<ModQueueState>()(
};
}
}
} catch (e) {
} catch {
// Ignore parse errors, use defaults
}
}