We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59f8ee4 + 7173fbd commit d9b2f19Copy full SHA for d9b2f19
lib/utils.js
@@ -4,6 +4,7 @@ const debug = require('debug')('loopback:componenet:access');
4
const createPromiseCallback = require('loopback-datasource-juggler/lib/utils').createPromiseCallback;
5
const _defaults = require('lodash').defaults;
6
const _get = require('lodash').get;
7
+const Promise = require("bluebird");
8
9
module.exports = class AccessUtils {
10
constructor(app, options) {
0 commit comments