Skip to content

Commit

Permalink
Add payload rewind before payload read (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Feb 12, 2024
1 parent b03882f commit 93cf75a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/app_base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def symbolized(h)
end

def json_payload
request.body.rewind
json_hash_parse(request.body.read)
end

Expand Down

0 comments on commit 93cf75a

Please sign in to comment.