Skip to content

Commit

Permalink
fixup! use bluebird for promisify wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
biniam committed Apr 10, 2019
1 parent 1b62f33 commit 8df8f80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"benchmark": "^2.1.4",
"bluebird": "^3.5.2",
"bluebird": "^3.5.4",
"eslint": "^5.1.0",
"eslint-config-loopback": "^10.0.0",
"loopback-datasource-juggler": "^3.23.0",
Expand Down
2 changes: 1 addition & 1 deletion test/decimal.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'use strict';

require('./init.js');
const promisify = require('util').promisify;
const promisify = require('bluebird').promisify;
const Decimal128 = require('mongodb').Decimal128;

var db,
Expand Down

0 comments on commit 8df8f80

Please sign in to comment.