histogram width divide by mode, not total #2
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ export const getWordOfDay = () => {
|
||||||
const nextday = (index + 1) * msInDay + epochMs
|
const nextday = (index + 1) * msInDay + epochMs
|
||||||
|
|
||||||
return {
|
return {
|
||||||
solution: WORDS[index % WORDS.length].toUpperCase()
|
solution: WORDS[index % WORDS.length].toUpperCase(),
|
||||||
solutionIndex: index,
|
solutionIndex: index,
|
||||||
tomorrow: nextday,
|
tomorrow: nextday,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue