Skip to content

Commit

Permalink
Fixed sessionId error message
Browse files Browse the repository at this point in the history
  • Loading branch information
kh4l1d64 committed Feb 20, 2024
1 parent a492628 commit 02ce5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export class AppController {
if(!sessionId) {
return {
"text": "",
"error": "'user-id' should not be empty"
"error": "'session-id' should not be empty"
}
}
let messageType = 'intermediate_response'
Expand Down

0 comments on commit 02ce5fc

Please sign in to comment.