Skip to content

Commit

Permalink
Remove unnecessary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ndPPPhz committed Feb 5, 2021
1 parent 9bf8c97 commit 0695834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roundrobin.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,5 +212,5 @@ function generateRandomFixture(array, n) {
}
return fixtures
}
const x = generateRandomFixture([1,2,3,4], 3)

exports.generateRandomFixture = generateRandomFixture

0 comments on commit 0695834

Please sign in to comment.