Skip to content

Commit

Permalink
Merge branch 'main' into remember-last-conversation
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikjeeyar authored Jan 7, 2025
2 parents 9e3a6b4 + 1b4c664 commit 2289fe0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export class SonataFlowService {
errorInfo.push(`Stack: ${jsonResponse?.stack}`);
}
if (jsonResponse?.message) {
errorInfo.push(`Message: ${jsonResponse?.message0}`);
errorInfo.push(`Message: ${jsonResponse?.message}`);
}
if (errorInfo.length > 0) {
errorMsg += ` ${errorInfo.join(', ')}`;
Expand Down

0 comments on commit 2289fe0

Please sign in to comment.