From 6ff58c48ea7e726504bf68a182f933cb296fb475 Mon Sep 17 00:00:00 2001 From: Fred blum Date: Fri, 1 May 2026 20:57:57 +0300 Subject: [PATCH] fix(config): remove unused createConfigObserveAnomalyAuditAppendParams helper --- src/config/io.observe-recovery.ts | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/config/io.observe-recovery.ts b/src/config/io.observe-recovery.ts index dddc35c99b4..ee865c67a52 100644 --- a/src/config/io.observe-recovery.ts +++ b/src/config/io.observe-recovery.ts @@ -214,17 +214,6 @@ function extractRestoreErrorDetails(error: unknown): { return { code, message }; } -function createConfigObserveAnomalyAuditAppendParams( - deps: ObserveRecoveryDeps, - params: Omit, -) { - return createConfigObserveAuditAppendParams(deps, { - ...params, - restoredFromBackup: false, - restoredBackupPath: null, - }); -} - function hashConfigRaw(raw: string | null): string { return crypto .createHash("sha256")