chore: clean up dead exports after merges

This commit is contained in:
Bohdan Triapitsyn
2026-06-26 19:35:25 +03:00
parent 1f549e4525
commit fc9146eb7b
11 changed files with 4 additions and 23 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ export const isExpectedAutoReviewAssistantParent = (message: Message, expectedPa
return getMessageParentID(message) === expectedParentID;
};
export const getAutoReviewForwardKey = (run: AutoReviewRun, messageID: string): string => [
const getAutoReviewForwardKey = (run: AutoReviewRun, messageID: string): string => [
run.runtimeKey,
run.originalSessionID,
run.phase,