diff --git a/app/schemas/restic-dto.ts b/app/schemas/restic-dto.ts index 2683834b..f74190e0 100644 --- a/app/schemas/restic-dto.ts +++ b/app/schemas/restic-dto.ts @@ -42,7 +42,7 @@ export const resticBackupProgressMetricsSchema = type({ files_done: "number", total_bytes: "number", bytes_done: "number", - current_files: "string[]", + current_files: "string[] | undefined?", }); export const resticBackupProgressSchema = resticBackupProgressMetricsSchema.and(