fix: handle "failed to fetch" errors better

This commit is contained in:
thecodrr
2022-07-08 12:07:26 +05:00
parent 8ce71917a3
commit d7d21bc54b
3 changed files with 7 additions and 7 deletions

View File

@@ -34,6 +34,5 @@ export const getServerNameFromHost = (host) => {
"Subscriptions Management Server",
[extractHostname(hosts.ISSUES_HOST)]: "Bug Reporting Server",
};
console.log(names, host);
return names[host];
};