Skip to content

Commit

Permalink
more logging in pickup
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonSharratt committed Jan 15, 2020
1 parent dd90786 commit 8f0412c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microservices/requestApi/routes/routes/requests.js
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ var buildDynamic = function(projectConfig, db, notify, util, router){

db.Request.updateOne({_id: reqRes._id}, reqRes, function (updateErr) {
if (!updateErr) {
logger.verbose("pickup request successful");
logger.verbose("pickup request successful", reqRes);
res.json({message: "Request picked up successfully", result: reqRes});
return;
}
Expand Down

0 comments on commit 8f0412c

Please sign in to comment.