Use correct resend request timestamp
This commit is contained in:
parent
272b81c7cf
commit
27f938b165
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,6 @@ export async function sendResendRequest(
|
|||
isFinalAttempt,
|
||||
messaging,
|
||||
shouldContinue,
|
||||
timestamp,
|
||||
timeRemaining,
|
||||
log,
|
||||
}: ConversationQueueJobBundle,
|
||||
|
@ -57,6 +56,7 @@ export async function sendResendRequest(
|
|||
plaintext: plaintextBase64,
|
||||
receivedAtCounter,
|
||||
receivedAtDate,
|
||||
timestamp,
|
||||
} = data;
|
||||
|
||||
if (!shouldContinue) {
|
||||
|
|
Loading…
Reference in a new issue