Ich mag Honig 🐻❤️🍯
This commit is contained in:
parent
51457ee8d4
commit
7cd4195233
3 changed files with 4 additions and 12975 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load diff
|
@ -20,8 +20,8 @@ export const getWordOfDay = () => {
|
|||
const index = Math.floor((now - epochMs) / msInDay)
|
||||
|
||||
return {
|
||||
solution: WORDS[index].toUpperCase(),
|
||||
solutionIndex: index,
|
||||
solution: WORDS[0].toUpperCase(),
|
||||
solutionIndex: 0,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue