mirror of
https://github.com/zadam/trilium.git
synced 2026-01-04 21:54:23 +01:00
chore(window_db): fix potential migration error
This commit is contained in:
parent
2e30683b7b
commit
c28f11336e
@ -22,6 +22,7 @@ export default () => {
|
||||
if (
|
||||
Array.isArray(parsed) &&
|
||||
parsed.length > 0 &&
|
||||
parsed[0] &&
|
||||
typeof parsed[0] === "object" &&
|
||||
parsed[0].windowId
|
||||
) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user