Skip to content

Commit

Permalink
Explicitly cast MultiDictProxy to dictionary object
Browse files Browse the repository at this point in the history
  • Loading branch information
8R0WNI3 committed Oct 17, 2024
1 parent ba094a6 commit b20cf27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ async def middleware(
service='delivery-service',
stacktrace=stacktrace,
request=body,
params=request.rel_url.query,
params=dict(request.rel_url.query),
)

ccc.elasticsearch.metric_to_es(
Expand Down

0 comments on commit b20cf27

Please sign in to comment.