Skip to content

Commit 5662d80

Browse files
authored
Merge pull request #27 from martin-ecatch/async_mrview_fix
Fix(module): Errors when reading from a view for the first time Fix #26
2 parents 2a6f098 + 51cc9c0 commit 5662d80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ function ReactNativeSQLitePouch(
88
try {
99
// @ts-ignore
1010
SqlPouchCore.call(this, opts, callback)
11-
callback(null)
1211
} catch (err) {
1312
callback(err)
1413
}

0 commit comments

Comments
 (0)