fix lint
This commit is contained in:
parent
3f708869b4
commit
07b84fd9e9
@ -242,8 +242,9 @@ export async function runPreparedReply(
|
|||||||
sessionEntry.updatedAt = Date.now();
|
sessionEntry.updatedAt = Date.now();
|
||||||
sessionStore[sessionKey] = sessionEntry;
|
sessionStore[sessionKey] = sessionEntry;
|
||||||
if (storePath) {
|
if (storePath) {
|
||||||
|
const entryToStore = sessionEntry;
|
||||||
await updateSessionStore(storePath, (store) => {
|
await updateSessionStore(storePath, (store) => {
|
||||||
store[sessionKey] = sessionEntry;
|
store[sessionKey] = entryToStore;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user