From 0237af771d5c0ced2f3022c4b3699763a8408bb9 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Mon, 21 Oct 2019 19:45:35 +0200 Subject: [PATCH] Fixed outdated comment --- src/servers/reducers/server.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/servers/reducers/server.js b/src/servers/reducers/server.js index e28e050a..576eca14 100644 --- a/src/servers/reducers/server.js +++ b/src/servers/reducers/server.js @@ -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) => {