From 452943f34205ad6df5de5bdc0749b4efec7cf2e5 Mon Sep 17 00:00:00 2001 From: izzy Date: Thu, 29 Jan 2026 16:15:48 +0000 Subject: [PATCH] chore: type fix Signed-off-by: izzy --- server/src/utils/database-backups.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/server/src/utils/database-backups.ts b/server/src/utils/database-backups.ts index 981bc65931..80e5b95f47 100644 --- a/server/src/utils/database-backups.ts +++ b/server/src/utils/database-backups.ts @@ -59,7 +59,6 @@ export async function buildPostgresLaunchArguments( ): Promise<{ bin: string; args: string[]; - databaseName: string; databaseUsername: string; databasePassword: string; databaseVersion: string;