Skip to content

Commit

Permalink
[feat] deep clone dict to allow multiple results
Browse files Browse the repository at this point in the history
  • Loading branch information
aabdulbasset committed Sep 28, 2024
1 parent 1ed9224 commit 3674729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/masquer/utils/response.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_response(
response_data = dict()

if header_requested:
response_data = HEADER_DATA
response_data = dict(HEADER_DATA)

if referer_requested:
referer = select_data(REFERERS, REFERER_WEIGHTS)
Expand Down

0 comments on commit 3674729

Please sign in to comment.