Skip to content

Commit 6134b96

Browse files
Merge branch 'grdb-csqlite' into grdb
2 parents f08484e + 245bd01 commit 6134b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Demo/GRDB Demo/GRDB Demo/GRDB_DemoApp.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func openDatabase()
3333

3434
do {
3535
var config = Configuration()
36-
config.configurePowerSync(
36+
try config.configurePowerSync(
3737
schema: schema
3838
)
3939
let grdb = try DatabasePool(

0 commit comments

Comments
 (0)