Skip to content

Commit

Permalink
Sync with master
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali committed Nov 1, 2023
1 parent 8641ca9 commit 33891ef
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ final class AccountManagerImpl<Types: AccountManagerTypes> {
}
} catch let e {
postboxLog("load atomic state error: \(e)")
postboxLogSync()

if removeDatabaseOnError {
var legacyRecordDict: [AccountRecordId: AccountRecord<Types.Attribute>] = [:]
for record in self.legacyRecordTable.getRecords() {
Expand Down

0 comments on commit 33891ef

Please sign in to comment.