mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
fix: send new welcome notes json index
This commit is contained in:
@@ -45,7 +45,7 @@ function setAppHydrated() {
|
||||
}
|
||||
|
||||
async function loadDefaultNotes(db) {
|
||||
const notes = await http.get("/notes/index.json");
|
||||
const notes = await http.get("/notes/index_v14.json");
|
||||
if (!notes) return;
|
||||
let autoOpenId;
|
||||
const hash = getCurrentHash().replaceAll("#", "");
|
||||
|
||||
Reference in New Issue
Block a user