Skip to content

Commit

Permalink
update and lint
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
web-flow authored Jan 7, 2025
1 parent 7994460 commit 5fd8904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/internal/nginx.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ const internalNginx = {
try {
utils.execFile('nginxbeautifier', ['-s', '4', filename]);
} catch {
logger.error("nginxbeautifier failed");
logger.error('nginxbeautifier failed');
}
}
});
Expand Down

0 comments on commit 5fd8904

Please sign in to comment.