We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd73b49 commit b0491a8Copy full SHA for b0491a8
CS/ReportingApp/wwwroot/js/aiIntegration.js
@@ -15,8 +15,7 @@ const createAssistantTab = (function() {
15
async function _tryFetch(instance, fetchAction, message) {
16
try {
17
return await fetchAction();
18
- }
19
- catch(error) {
+ } catch(error) {
20
_handleError(instance, { message: error.message, code: message });
21
}
22
0 commit comments