Skip to content

Commit

Permalink
chore(app): check for invalid data in backup
Browse files Browse the repository at this point in the history
  • Loading branch information
rhahao committed Dec 1, 2024
1 parent bfc6001 commit 31789e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/services/dexie/schedules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,6 @@ export const dbSchedAuxClassUpdate = async () => {

schedulesUpdate.push(obj);
}

await appDb.sched.bulkPut(schedulesUpdate);
};

0 comments on commit 31789e6

Please sign in to comment.