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 2e6a0f2 commit 51cc9c0Copy full SHA for 51cc9c0
src/index.ts
@@ -8,7 +8,6 @@ function ReactNativeSQLitePouch(
8
try {
9
// @ts-ignore
10
SqlPouchCore.call(this, opts, callback)
11
- callback(null)
12
} catch (err) {
13
callback(err)
14
}
0 commit comments