Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoVogt committed Jun 23, 2019
1 parent 19e871a commit 93d717e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/pouch-utils.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
'use strict';

var Promise = require('pouchdb-promise');
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
var Promise = typeof Promise === 'function' ? Promise : _interopDefault(require('pouchdb-promise'));
/* istanbul ignore next */
exports.once = function (fun) {
var called = false;
Expand Down

0 comments on commit 93d717e

Please sign in to comment.