mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-19 13:06:22 +00:00
Applied some improvements in manifest
This commit is contained in:
@@ -9,7 +9,7 @@ export class ServersService {
|
||||
}
|
||||
|
||||
listServers = () => {
|
||||
return this.storage.get(SERVERS_STORAGE_KEY);
|
||||
return this.storage.get(SERVERS_STORAGE_KEY) || [];
|
||||
};
|
||||
|
||||
findServerById = serverId => {
|
||||
|
||||
Reference in New Issue
Block a user