tweak: fix bool
parent
a256df9823
commit
2509d03f42
|
|
@ -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…
Reference in New Issue