From 2d96928e3817fd444f088c96f4629a5ed6aeff98 Mon Sep 17 00:00:00 2001 From: Mark Larah Date: Wed, 14 Mar 2018 15:38:08 -0700 Subject: [PATCH] add express response.locals object to the job context object --- src/utils/BatchManager.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/BatchManager.js b/src/utils/BatchManager.js index 988a736..1c835f0 100644 --- a/src/utils/BatchManager.js +++ b/src/utils/BatchManager.js @@ -96,6 +96,7 @@ class BatchManager { duration: null, html: null, returnMeta: {}, + resLocals: response.locals, }; return obj; }, {});