added parse

This commit is contained in:
PhilReact 2024-11-02 07:58:00 +02:00
parent 35d1518ce0
commit c541f5731d

View File

@ -495,7 +495,7 @@ export function updateThreadActivity({
lastResetTime: 0,
};
} else {
threads = storedData
threads = JSON.parse(storedData);
}
let lastResetTime = threads.lastResetTime || 0;