Ich mag Honig 🐻❤️🍯

This commit is contained in:
Christoph Stahl 2022-01-26 23:00:03 +01:00
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

View file

@ -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,
} }
} }