Skip to content

Commit

Permalink
Merge pull request #606 from Th3-M4jor/fix-key-error-in-ratelimiter
Browse files Browse the repository at this point in the history
fix key error in ratelimiter
  • Loading branch information
jchristgit authored Jun 19, 2024
2 parents c7563b9 + deee474 commit d8e3c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nostrum/api/ratelimiter.ex
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ defmodule Nostrum.Api.Ratelimiter do
{{_bucket, request, from}, running_without_it} = Map.pop(running, stream)

Logger.warning(
"Request to #{inspect(request.route)} queued by #{request.from} was closed abnormally, requeueing"
"Request to #{inspect(request.route)} queued by #{from} was closed abnormally, requeueing"
)

{:keep_state, %{data | running: running_without_it},
Expand Down

0 comments on commit d8e3c5c

Please # to comment.