We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59e8be commit 2a356d9Copy full SHA for 2a356d9
1 file changed
README.md
@@ -524,7 +524,7 @@ if you do so, any model mismatch will be thrown as an error.
524
525
In general though, if migrations are expected the asynchronous variant `addStorage(_:completion:)` method is recommended instead:
526
```swift
527
-let migrationProgress: Progress? = try dataStack.addStorage(
+let migrationProgress: Progress? = dataStack.addStorage(
528
SQLiteStore(
529
fileName: "MyStore.sqlite",
530
configuration: "Config2"
0 commit comments