Fix syntax error

This commit is contained in:
MICHAEL JACKSON 2017-06-01 07:22:45 -05:00
parent 77007eacdf
commit 08407a1a2d
1 changed files with 0 additions and 5 deletions

View File

@ -69,11 +69,6 @@ const sumTopScores = (keys, n) =>
.then(sumMaps)
.then(createTopScores)
return memo
}, {})
})
const createKey = (...args) => args.join('-')
const createDayKey = (date) =>