update second occurence of id STORAGE_KEY

This commit is contained in:
ma0068
2026-05-26 10:57:26 +02:00
parent 1561aa55b7
commit f6f58642f5
@@ -393,7 +393,7 @@ export default {
saveOrUpdateLocalStorage(){ saveOrUpdateLocalStorage(){
let STORAGE_KEY = 'finalExamDefaultData'; let STORAGE_KEY = 'finalExamDefaultData';
const id = '20260224_01'; const id = '20260224_02';
const stored = JSON.parse(localStorage.getItem(STORAGE_KEY)) || {}; const stored = JSON.parse(localStorage.getItem(STORAGE_KEY)) || {};
stored[id] = { stored[id] = {