Skip to content

Commit

Permalink
Merge pull request #1875 from floccusaddon/fix/dont-repeat-on-sync-fail
Browse files Browse the repository at this point in the history
fix: Don't call onSyncFail twice
  • Loading branch information
marcelklehr authored Mar 5, 2025
2 parents ca60d10 + 87e7c59 commit 05aae10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/Account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ export default class Account {
return
}
} else {
await this.server.onSyncFail()
throw e
}
}
Expand Down

0 comments on commit 05aae10

Please sign in to comment.