Skip to content

Commit

Permalink
fix key error in ratelimiter
Browse files Browse the repository at this point in the history
  • Loading branch information
Th3-M4jor committed Jun 19, 2024
1 parent c7563b9 commit deee474
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 deee474

Please sign in to comment.