Skip to content

Commit

Permalink
Merge pull request #486 from bettersg/bug/unsure-response-wrong
Browse files Browse the repository at this point in the history
fixed unsure response
  • Loading branch information
sarge1989 authored Oct 20, 2024
2 parents 15c70ca + 7bf8ed7 commit e8f4b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/src/definitions/common/responseUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ async function respondToInstance(
language
)
const responseText = getFinalResponseText(
"UNSURE",
responses["UNSURE"],
responses,
isImmediate,
instanceCount,
Expand Down

0 comments on commit e8f4b80

Please sign in to comment.