Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
RunOnFluxBot committed Nov 8, 2024
1 parent 8eb173b commit 2e2b9c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/fluxNetworkHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -897,9 +897,9 @@ async function adjustExternalIP(ip) {
appsRemoved += 1;
} else {
// eslint-disable-next-line no-await-in-loop
await appsService.softRedeploy(app, null, true).catch((error) => {
/* await appsService.softRedeploy(app, null, true).catch((error) => {
log.error(error);
});
}); */
}
}
if (apps.length > appsRemoved) {
Expand Down

0 comments on commit 2e2b9c6

Please sign in to comment.