Skip to content

Commit 38693ea

Browse files
author
Tom Kirkpatrick
committed
Use single quotes for code style consistency
1 parent 08aaef6 commit 38693ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/middleware/user-context.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const debug = require('debug')('loopback:componenet:access:context');
44
const loopback = require('loopback');
5-
const Promise = require("bluebird");
5+
const Promise = require('bluebird');
66

77
module.exports = function userContextMiddleware() {
88
debug('initializing user context middleware');

0 commit comments

Comments
 (0)