From 1039d379db09a26ad074910dc5882efb4f7e1320 Mon Sep 17 00:00:00 2001 From: Pablo Lopez Date: Mon, 11 Aug 2025 14:58:04 +0300 Subject: [PATCH] Update ratelimit/store.nim Co-authored-by: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com> --- ratelimit/store.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ratelimit/store.nim b/ratelimit/store.nim index 2618589..6aa0be5 100644 --- a/ratelimit/store.nim +++ b/ratelimit/store.nim @@ -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]],