Skip to content

Commit 9184bc9

Browse files
proppyGerrit Code Review
authored andcommitted
Merge "shiritori/functions: serialize kanji representation"
2 parents 187181a + d50ded2 commit 9184bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function gameHandler (app) {
4949
},
5050
next (word, kana) {
5151
app.data.used.unshift(input);
52-
app.data.used.unshift(kana);
52+
app.data.used.unshift(word);
5353
app.ask({
5454
speech: word,
5555
displayText: `${word} [${kana}]`

0 commit comments

Comments
 (0)