fix
This commit is contained in:
parent
6106ca97f5
commit
b131e5c1f9
1 changed files with 1 additions and 1 deletions
|
@ -21,8 +21,8 @@ export default class ChatBot {
|
|||
.text
|
||||
} else {
|
||||
response = rows[Math.floor(Math.random() * rows.length)].text
|
||||
if (!response) response = '살ㄹ려주세요'
|
||||
}
|
||||
if (!response) response = '살ㄹ려주세요'
|
||||
console.log(`res: ${response}`)
|
||||
return response
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue