Skip to content

Commit b0491a8

Browse files
fix spaces
1 parent bd73b49 commit b0491a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CS/ReportingApp/wwwroot/js/aiIntegration.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ const createAssistantTab = (function() {
1515
async function _tryFetch(instance, fetchAction, message) {
1616
try {
1717
return await fetchAction();
18-
}
19-
catch(error) {
18+
} catch(error) {
2019
_handleError(instance, { message: error.message, code: message });
2120
}
2221
}

0 commit comments

Comments
 (0)