[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-11-30 21:50:25 +00:00
committed by GitHub
parent 25b7069e31
commit e3832eff07
3 changed files with 10 additions and 11 deletions

View File

@@ -6,9 +6,7 @@ import { eq } from "drizzle-orm";
import { scheduleJob } from "node-schedule";
import { db } from "../../db/index";
import { startLogCleanup } from "../access-log/handler";
import {
cleanupAll
} from "../docker/utils";
import { cleanupAll } from "../docker/utils";
import { sendDockerCleanupNotifications } from "../notifications/docker-cleanup";
import { execAsync, execAsyncRemote } from "../process/execAsync";
import { getS3Credentials, scheduleBackup } from "./utils";
@@ -47,7 +45,7 @@ export const initCronJobs = async () => {
scheduleJob(serverId, "0 0 * * *", async () => {
console.log(
`SERVER-BACKUP[${new Date().toLocaleString()}] Running Cleanup ${name}`,
)
);
await cleanupImages(serverId);