[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-09-02 05:20:20 +00:00
committed by GitHub
parent e8a5f9c0a8
commit 8f446d04f3
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ export const rollbacks = pgTable("rollback", {
fullContext: jsonb("fullContext").$type<
Application & {
environment: {
project: Project;
project: Project;
};
mounts: Mount[];
ports: Port[];

View File

@@ -180,7 +180,7 @@ const rollbackApplication = async (
serverId?: string | null,
fullContext?: Application & {
environment: {
project: Project;
project: Project;
};
mounts: Mount[];
ports: Port[];