Skip to content

Commit 1710e9f

Browse files
committed
const variable isn't const
1 parent 935f262 commit 1710e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JetStreamDriver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ class Driver {
485485

486486
resultsJSON()
487487
{
488-
const results = {};
488+
let results = {};
489489
for (const benchmark of this.benchmarks) {
490490
const subResults = {}
491491
const subScores = benchmark.subScores();

0 commit comments

Comments
 (0)