Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
xbpcb committed Mar 6, 2024
1 parent a755f7a commit 1dd03b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/components/gp-results-raw-output.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
let testType = this.get('testReqParams.type');
let dnsTraceEnabled = this.get('testReqParams.measurementOptions.trace');

return testResults.reduce((final, res, idx) => {
return testResults.reduce((final, res) => {
// if result is yet in-progress do not calc timings
if (res.result.status === 'in-progress') {
return [
Expand Down

0 comments on commit 1dd03b4

Please sign in to comment.