Apply suggestion from @Ivansete-status

Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com>
This commit is contained in:
Pablo Lopez 2025-07-16 20:07:37 +03:00 committed by GitHub
parent 408ee4bd3f
commit 8c6d5ab16f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,7 +65,7 @@ proc getCapacityState[T: Serializable](
proc passToSender[T: Serializable](
manager: RateLimitManager[T],
msgs: seq[MsgIdMsg[T]],
msgs: sink seq[MsgIdMsg[T]],
now: Moment,
priority: Priority,
): Future[SendResult] {.async.} =