Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cabecinha84 committed Jan 4, 2024
1 parent 48978ec commit 28c3c0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ZelBack/src/services/appsService.js
Original file line number Diff line number Diff line change
Expand Up @@ -10615,9 +10615,10 @@ async function masterSlaveApps() {
let ip = null;
let serverStatus = null;
// eslint-disable-next-line no-await-in-loop
const fdmEUData = await serviceHelper.axiosGet(`https://fdm-fn-1-4.runonflux.io/fluxstatistics?scope=${installedApp.name};json;norefresh`, axiosOptions).catch((error) => {
let fdmEUData = await serviceHelper.axiosGet(`https://fdm-fn-1-4.runonflux.io/fluxstatistics?scope=${installedApp.name};json;norefresh`, axiosOptions).catch((error) => {
log.error(`masterSlaveApps: Failed to reach EU FDM with error: ${error}`);
});
fdmEUData = fdmEUData.data;
log.info(`masterSlaveApps: fdmEUData[0]: ${JSON.stringify(fdmEUData)}`);
fdmOk = true;
if (fdmEUData && fdmEUData.length > 0) {
Expand Down

0 comments on commit 28c3c0d

Please sign in to comment.