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

Commit 2d96928

Browse files
committed
add express response.locals object to the job context object
1 parent 7ef29ff commit 2d96928

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/utils/BatchManager.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ class BatchManager {
9696
duration: null,
9797
html: null,
9898
returnMeta: {},
99+
resLocals: response.locals,
99100
};
100101
return obj;
101102
}, {});

0 commit comments

Comments
 (0)