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.
.withIdPrefix()
.reset()
1 parent bed1ca6 commit 3f0ccc4Copy full SHA for 3f0ccc4
lib/reset.js
@@ -46,7 +46,7 @@ function reset (dbName, CustomPouchDB, state, api, clear, emitter, remoteBaseUrl
46
on: storeApi.on,
47
one: storeApi.one,
48
off: storeApi.off,
49
- withIdPrefix: storeApi.storeApi
+ withIdPrefix: storeApi.withIdPrefix
50
},
51
{
52
push: syncApi.push,
0 commit comments