Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cabecinha84 committed Aug 1, 2024
1 parent 5ab9b28 commit 429c6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/domainService.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ async function generateAndReplaceMainApplicationHaproxyConfig(isGmode = false, t
appIps.push(selectedIP);
}
} else {
const applicationWithChecks = applicationChecks.applicationWithChecks();
const applicationWithChecks = applicationChecks.applicationWithChecks(app);
if (applicationWithChecks) {
log.info(`Application ${app.name} have specific checks.`);
for (const location of appLocations) { // run coded checks for app
Expand Down

0 comments on commit 429c6cf

Please sign in to comment.