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.
2 parents 2a6f098 + 51cc9c0 commit 5662d80Copy full SHA for 5662d80
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