Update ratelimit/store.nim

Co-authored-by: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com>
This commit is contained in:
Pablo Lopez 2025-08-11 14:58:04 +03:00 committed by GitHub
parent bcdb56c1ca
commit 1039d379db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,7 +108,7 @@ proc loadBucketState*[T: Serializable](
)
)
proc addToQueue*[T: Serializable](
proc pushToQueue*[T: Serializable](
store: RateLimitStore[T],
queueType: QueueType,
msgs: seq[tuple[msgId: string, msg: T]],