fix: recover local paired attempts after restart
This commit is contained in:
@@ -242,7 +242,7 @@ export function getPairedTurnAttempts(
|
||||
}
|
||||
|
||||
export function recoverInterruptedPairedTurnAttemptsForService(args: {
|
||||
serviceId: string;
|
||||
serviceIds: string[];
|
||||
now?: string;
|
||||
error?: string;
|
||||
}): InterruptedPairedTurnAttemptRecoveryCandidate[] {
|
||||
|
||||
Reference in New Issue
Block a user