api Change and catch change

This commit is contained in:
Drake Marino 2024-06-25 18:37:54 -05:00
parent 1e45bd173b
commit c4758eac73

View File

@ -108,8 +108,6 @@ Future fetchBusinessDataOverviewJobs(
return 'Unable to connect to server (timeout).\nPlease try again later.';
} on SocketException {
return 'Unable to connect to server (socket exception).\nPlease check your internet connection.\n';
} catch (e) {
print(e);
}
}