### Description In `bin/helpers/reporterHTML.js`, the variable `response` is declared with `const` but later reassigned. ### Location - File: `bin/helpers/reporterHTML.js` - Declaration around line 47 - Reassignment at line 68: ```js response = error.response.data;
Description
In
bin/helpers/reporterHTML.js, the variableresponseis declared withconstbut later reassigned.Location
bin/helpers/reporterHTML.js