fix: bound formatter memory and improve operations workflows

This commit is contained in:
hectorzhao
2026-09-08 12:46:15 +08:00
parent 50ae37242b
commit 2c228a94e1
27 changed files with 4013 additions and 1230 deletions
+2
View File
@@ -47,6 +47,8 @@ export type SignatureRetirementDetection = {
};
export type SignatureRetirementMessage = {
dailyGroupKey?: string | null;
detections?: Array<SignatureRetirementDetection & { signatureName?: string; channelName?: string }>;
id: string;
detectionId: string;
cycleId: string;