Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonSharratt committed Feb 7, 2020
1 parent a8f8899 commit 9888276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microservices/requestApi/routes/v2/db/model/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ model.getAll = function(query, limit, page, user, callback){
// var util = require('util');

// console.log("v2 model agg", util.inspect(agg, {showHidden: false, depth: null}));
logger.verbose("v2 model agg", agg));
logger.verbose("v2 model agg", agg);

db.Request.aggregate(agg).exec(function(err, results){
logger.verbose('v2 finished db call', err, results);
Expand Down

0 comments on commit 9888276

Please sign in to comment.