Skip to content

Commit 39676da

Browse files
committed
update
1 parent 768d759 commit 39676da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CS/ReportingApp/wwwroot/js/aiIntegration.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
html = html.replace(/<p>\.\s*<\/p>\s*$/, "")
4242
return html;
4343
}
44+
else {
45+
return "Please try again later."
46+
}
4447
}
4548

4649
function copyText(text) {

0 commit comments

Comments
 (0)