Updated dev dependencies

This commit is contained in:
Alejandro Celaya
2019-10-05 19:08:50 +02:00
parent 8fcf72f564
commit 923cc3ba01
4 changed files with 6472 additions and 6475 deletions

View File

@@ -15,7 +15,7 @@ export const selectServer = ({ findServerById }, buildShlinkApiClient) => (serve
const selectedServer = findServerById(serverId);
const { health } = await buildShlinkApiClient(selectedServer);
const { version } = await health();
const { version } = await health().catch(() => ({ version: '1.0.0' }));
dispatch({
type: SELECT_SERVER,