Skip to content

Commit

Permalink
fix(comments): add comments to code
Browse files Browse the repository at this point in the history
  • Loading branch information
joseacabaneros committed Nov 29, 2020
1 parent f3c5e65 commit a32b378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import uniqueRandomArray from 'unique-random-array'
const githubNames = require('./github-names.json')

const mainExport = {
all: githubNames,
random: uniqueRandomArray(githubNames),
all: githubNames, // all
random: uniqueRandomArray(githubNames), // random
}

export default mainExport
Expand Down

0 comments on commit a32b378

Please sign in to comment.