Applied some improvements in manifest

This commit is contained in:
Alejandro Celaya
2018-07-26 21:01:12 +02:00
parent f027ca29d5
commit a78d0b9b20
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ export class ServersService {
}
listServers = () => {
return this.storage.get(SERVERS_STORAGE_KEY);
return this.storage.get(SERVERS_STORAGE_KEY) || [];
};
findServerById = serverId => {