mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-05-27 07:36:34 +00:00
Fixed default servers object value
This commit is contained in:
@@ -9,7 +9,7 @@ export class ServersService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
listServers = () => {
|
listServers = () => {
|
||||||
return this.storage.get(SERVERS_STORAGE_KEY) || [];
|
return this.storage.get(SERVERS_STORAGE_KEY) || {};
|
||||||
};
|
};
|
||||||
|
|
||||||
findServerById = serverId => {
|
findServerById = serverId => {
|
||||||
|
|||||||
Reference in New Issue
Block a user