Skip to content

Commit

Permalink
fix sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Newdea committed Oct 10, 2024
1 parent 6d8d92b commit 3083d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export default class SRPlugin extends Plugin {
window.setInterval(
async () => {
await this.sync();
this.store.save();
// this.store.save();
},
5 * 60 * 1000,
),
Expand Down

0 comments on commit 3083d80

Please sign in to comment.