Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-avila committed Feb 26, 2024
1 parent e6c2bd4 commit 7141c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/server/services/Config/loadCustomConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let i = 0;
async function loadCustomConfig() {
// Use CONFIG_PATH if set, otherwise fallback to defaultConfigPath
const configPath = process.env.CONFIG_PATH || defaultConfigPath;

const customConfig = loadYaml(configPath);
if (!customConfig) {
i === 0 &&
Expand Down

0 comments on commit 7141c5e

Please sign in to comment.