fix(schedule): close fixed-rate delivery review gaps

This commit is contained in:
pku-xht
2026-08-08 02:54:36 +08:00
committed by Tianyi Cui
parent d2be9a634f
commit 9a0bfc143b
3 changed files with 29 additions and 21 deletions
+1 -1
View File
@@ -471,7 +471,7 @@ export function registerScheduleTools(
&& isRecurringGateExhausted(folded.lastRecurringAcceptedAt)) {
return {
code: 'time_out_of_range',
message: 'The scheduled time must be representable as a four-digit-year RFC 3339 UTC instant.',
message: 'No compliant recurring delivery time remains representable within the four-digit-year range.',
}
}
const id = allocateScheduleId(folded)