refactor(auto-reply): remove obsolete testing aliases (#105332)

This commit is contained in:
Vincent Koc
2026-07-12 13:29:04 +02:00
committed by GitHub
parent e04df5a404
commit 0dc19bbb2b
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -183,4 +183,3 @@ export function resolveEffectiveResetTargetSessionKey(params: {
}
return activeAcpSessionKey;
}
export { testing as __testing };
-1
View File
@@ -72,4 +72,3 @@ export function clearSessionQueues(keys: Array<string | undefined>): ClearSessio
return { followupCleared, laneCleared, keys: clearedKeys };
}
export { testing as __testing };