Skip to content

Commit fc3b884

Browse files
remove unused commented code
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 737c426 commit fc3b884

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ContentProcessorWeb/src/Services/httpUtility.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const fetchWithAuth = async <T>(
8181
if (error?.status !== undefined) {
8282
throw error;
8383
}
84-
const isOffline = !navigator.onLine; //isNetworkError ||
84+
const isOffline = !navigator.onLine;
8585

8686
const message = isOffline
8787
? 'No internet connection. Please check your network and try again.'

0 commit comments

Comments
 (0)