diff --git a/packages/hoppscotch-app/newstore/history.ts b/packages/hoppscotch-app/newstore/history.ts index 14bec21d3..453b86a7e 100644 --- a/packages/hoppscotch-app/newstore/history.ts +++ b/packages/hoppscotch-app/newstore/history.ts @@ -315,6 +315,7 @@ completedRESTResponse$.subscribe((res) => { method: res.req.method, name: res.req.name, params: res.req.params, + vars: res.req.vars, preRequestScript: res.req.preRequestScript, testScript: res.req.testScript, v: res.req.v,