Skip to content

Commit

Permalink
Merge pull request #594 from keedya/master
Browse files Browse the repository at this point in the history
Add underscore module; used but not defined
  • Loading branch information
dalebremner authored May 1, 2018
2 parents 2ece970 + 6c32e95 commit d2994cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/jobs/dell-wsman-update-lookups.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ di.annotate(updateWsmanLookupsJobFactory, new di.Inject(
'Logger',
'Util',
'Promise',
'Services.Waterline'
'Services.Waterline',
'_'
)
);

Expand All @@ -22,7 +23,8 @@ function updateWsmanLookupsJobFactory(
Logger,
util,
Promise,
waterline
waterline,
_
) {
var logger = Logger.initialize(updateWsmanLookupsJobFactory);
function UpdateWsmanLookupsJob(options, context, taskId) {
Expand Down

0 comments on commit d2994cb

Please sign in to comment.