mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-26 11:21:18 +01:00
WIP: allow migrations for CoreStoreObjects
This commit is contained in:
@@ -222,7 +222,7 @@ public enum CoreStoreError: Error, CustomNSError, Hashable {
|
||||
|
||||
internal init(_ error: Error?) {
|
||||
|
||||
self = error.flatMap { $0.bridgeToSwift } ?? .unknown
|
||||
self = error.flatMap({ $0.bridgeToSwift }) ?? .unknown
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user