Skip to content

Commit

Permalink
fix: .withIdPrefix() after .reset()
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Mar 4, 2017
1 parent bed1ca6 commit 3f0ccc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reset.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function reset (dbName, CustomPouchDB, state, api, clear, emitter, remoteBaseUrl
on: storeApi.on,
one: storeApi.one,
off: storeApi.off,
withIdPrefix: storeApi.storeApi
withIdPrefix: storeApi.withIdPrefix
},
{
push: syncApi.push,
Expand Down

0 comments on commit 3f0ccc4

Please sign in to comment.