mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
fix subscription flow on ios
This commit is contained in:
@@ -33,7 +33,7 @@ async function loadDefaultNotes() {
|
||||
try {
|
||||
const isCreated = await MMKV.getItem('defaultNoteCreated');
|
||||
if (isCreated) return;
|
||||
const notes = await http.get('https://app.notesnook.com/notes/index.json');
|
||||
const notes = await http.get('https://app.notesnook.com/notes/index_14.json');
|
||||
if (!notes) return;
|
||||
for (let note of notes) {
|
||||
const content = await http.get(note.mobileContent);
|
||||
|
||||
Reference in New Issue
Block a user