diff --git a/index.js b/index.js index d1278b3..c4636e3 100644 --- a/index.js +++ b/index.js @@ -545,6 +545,7 @@ server.post('/new_basket', bodyParser.json(), function(req, res) { var callback = function(arg) { sql = arg; + req.body.scenario.iter.push("adj volume"); //intercept the request body and force in a "adj volume" at position 1, only a "copy" iteration is being used ({ c, w, d } = build_where(req, c, w, d, args));