Skip to content

Commit 2e0e641

Browse files
committed
make it pass
1 parent 84e3a4a commit 2e0e641

File tree

1 file changed

+1
-1
lines changed
  • internal-packages/run-engine/src/run-queue

1 file changed

+1
-1
lines changed

internal-packages/run-engine/src/run-queue/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ export class RunQueue {
541541
}
542542
}
543543

544-
await this.#callNackMessage({ message });
544+
await this.#callNackMessage({ message, retryAt });
545545

546546
return true;
547547
},

0 commit comments

Comments
 (0)