You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not been able to get the JSON body to be parsed at all using wiretap (version 0.1.11 at the time of writing, but has been an issue since 0.1.1).
After some investigation, I think it is due to jsonBody instead of parsedBody always being used in the case statement (except for a Multipart body).
I have not been able to get the JSON body to be parsed at all using wiretap (version
0.1.11
at the time of writing, but has been an issue since0.1.1
).After some investigation, I think it is due to
jsonBody
instead ofparsedBody
always being used in the case statement (except for a Multipart body).wiretap/ui/src/components/transaction/request-body.ts
Lines 57 to 70 in 3483053
The text was updated successfully, but these errors were encountered: