[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-04-03 23:13:32 +00:00
committed by GitHub
parent 71de71fb8a
commit fd2097ea23
7 changed files with 41 additions and 7 deletions

View File

@@ -2,7 +2,11 @@ import path from "node:path";
import { paths } from "@dokploy/server/constants";
import { findComposeById } from "@dokploy/server/services/compose";
import type { findVolumeBackupById } from "@dokploy/server/services/volume-backups";
import { getBackupTimestamp, getS3Credentials, normalizeS3Path } from "../backups/utils";
import {
getBackupTimestamp,
getS3Credentials,
normalizeS3Path,
} from "../backups/utils";
export const getVolumeServiceAppName = (
volumeBackup: Awaited<ReturnType<typeof findVolumeBackupById>>,