Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
add express response.locals object to the job context object
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmark committed May 24, 2018
1 parent 7ef29ff commit 2d96928
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/BatchManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ class BatchManager {
duration: null,
html: null,
returnMeta: {},
resLocals: response.locals,
};
return obj;
}, {});
Expand Down

0 comments on commit 2d96928

Please sign in to comment.