[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-02-23 17:11:01 +00:00
committed by GitHub
parent fca10c135a
commit df648eccf6
3 changed files with 9 additions and 3 deletions

View File

@@ -29,7 +29,9 @@ export function getMountPath(dockerImage: string): string {
export type Postgres = typeof postgres.$inferSelect;
export const createPostgres = async (input: z.infer<typeof apiCreatePostgres>) => {
export const createPostgres = async (
input: z.infer<typeof apiCreatePostgres>,
) => {
const appName = buildAppName("postgres", input.appName);
const valid = await validUniqueServerAppName(appName);