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")