Fixed outdated comment

This commit is contained in:
Alejandro Celaya 2019-10-21 19:45:35 +02:00
parent 86cce5b205
commit 0237af771d

View file

@ -30,8 +30,7 @@ export const listServers = ({ listServers, createServers }, { get }) => () => as
return;
}
// If local list is empty, try to fetch it remotely and calculate IDs for every server
// It's important to parse the content to json, so that it is ignored for other formats (because it will catch)
// If local list is empty, try to fetch it remotely (making sure it's an array) and calculate IDs for every server
const getDataAsArrayWithIds = pipe(
prop('data'),
(value) => {