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)
|
const index = Math.floor((now - epochMs) / msInDay)
|
||||||
|
|
||||||
return {
|
return {
|
||||||
solution: WORDS[index].toUpperCase(),
|
solution: WORDS[0].toUpperCase(),
|
||||||
solutionIndex: index,
|
solutionIndex: 0,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue