histogram width divide by mode, not total #2
3 changed files with 3 additions and 12974 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load diff
|
@ -21,7 +21,7 @@ export const getWordOfDay = () => {
|
|||
const nextday = (index + 1) * msInDay + epochMs
|
||||
|
||||
return {
|
||||
solution: WORDS[index % WORDS.length].toUpperCase(),
|
||||
solution: WORDS[0].toUpperCase(),
|
||||
solutionIndex: index,
|
||||
tomorrow: nextday,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue