Skip to content

Commit

Permalink
middleware fix
Browse files Browse the repository at this point in the history
  • Loading branch information
russbiggs committed Sep 1, 2024
1 parent 2a1240d commit c008ea3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openaq_api/openaq_api/middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ async def dispatch(
logging.info(
UnauthorizedLog(
request=request,
rate_limiter=f"{key}/{limit}/{request.state.counter}",
).model_dump_json()
)
response = JSONResponse(
Expand Down

0 comments on commit c008ea3

Please sign in to comment.