Skip to content

Commit 01b5aa1

Browse files
update demo app
1 parent c0d27c9 commit 01b5aa1

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)