Skip to content

Commit

Permalink
Just return raw_body (most likely a string)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout Feys committed Aug 21, 2024
1 parent 4479b0d commit 3013705
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aikido_firewall/context/parse_raw_body.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ def parse_raw_body(raw_body, content_type):
return parsed_body
except Exception as e:
logger.debug("Exception in parse_raw_body : %s", e)
return raw_body

0 comments on commit 3013705

Please sign in to comment.