Fix syntax error
This commit is contained in:
parent
77007eacdf
commit
08407a1a2d
|
@ -69,11 +69,6 @@ const sumTopScores = (keys, n) =>
|
|||
.then(sumMaps)
|
||||
.then(createTopScores)
|
||||
|
||||
|
||||
return memo
|
||||
}, {})
|
||||
})
|
||||
|
||||
const createKey = (...args) => args.join('-')
|
||||
|
||||
const createDayKey = (date) =>
|
||||
|
|
Loading…
Reference in New Issue