resolve core data merge conflicts error
This commit is contained in:
parent
9eb5f57b80
commit
068f5be807
2 changed files with 4 additions and 2 deletions
|
|
@ -345,6 +345,7 @@ class PasswordStore {
|
|||
|
||||
do {
|
||||
try context.execute(deleteRequest)
|
||||
try context.save()
|
||||
} catch let error as NSError {
|
||||
print(error)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue