Skip to content

Commit 3f0ccc4

Browse files
committed
fix: .withIdPrefix() after .reset()
1 parent bed1ca6 commit 3f0ccc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/reset.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function reset (dbName, CustomPouchDB, state, api, clear, emitter, remoteBaseUrl
4646
on: storeApi.on,
4747
one: storeApi.one,
4848
off: storeApi.off,
49-
withIdPrefix: storeApi.storeApi
49+
withIdPrefix: storeApi.withIdPrefix
5050
},
5151
{
5252
push: syncApi.push,

0 commit comments

Comments
 (0)