mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
fix: handle "failed to fetch" errors better
This commit is contained in:
@@ -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];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user