fix: bump localstorage
This commit is contained in:
parent
8ca02b7664
commit
e8ce113b7f
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ export const { use: useSession, provider: SessionProvider } = createSimpleContex
|
||||||
const params = useParams()
|
const params = useParams()
|
||||||
const sync = useSync()
|
const sync = useSync()
|
||||||
const name = createMemo(
|
const name = createMemo(
|
||||||
() => `${base64Encode(sync.data.project.worktree)}/session${params.id ? "/" + params.id : ""}.v1`,
|
() => `${base64Encode(sync.data.project.worktree)}/session${params.id ? "/" + params.id : ""}.v2`,
|
||||||
)
|
)
|
||||||
|
|
||||||
const [store, setStore] = makePersisted(
|
const [store, setStore] = makePersisted(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue