Skip to content

Commit

Permalink
(#34) - db.id() the same for both worker and normal pouch
Browse files Browse the repository at this point in the history
  • Loading branch information
garethbowen authored Feb 12, 2018
2 parents 3359620 + 0bce67c commit 4253a07
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/worker/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ function registerWorkerPouch(self, pouchCreator) {
case 'createDatabase':
return createDatabase(clientId, messageId, args, event);
case 'id':
sendSuccess(clientId, messageId, clientId, event);
return;
case 'info':
case 'put':
case 'allDocs':
Expand Down

0 comments on commit 4253a07

Please # to comment.