[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-12-21 07:33:59 +00:00
committed by GitHub
parent babd30a110
commit b2be5bc09f

View File

@@ -86,7 +86,10 @@ export const initCronJobs = async () => {
}
if (webServerSettings?.logCleanupCron) {
console.log("Starting log requests cleanup", webServerSettings.logCleanupCron);
console.log(
"Starting log requests cleanup",
webServerSettings.logCleanupCron,
);
await startLogCleanup(webServerSettings.logCleanupCron);
}
};