tweak: fix bool
This commit is contained in:
parent
a256df9823
commit
2509d03f42
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ export namespace SessionPrompt {
|
|||
const message = await createUserMessage(input)
|
||||
await Session.touch(input.sessionID)
|
||||
|
||||
if (input.noReply) {
|
||||
if (input.noReply === true) {
|
||||
return message
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue