Skip to content

Commit 4f7ad6d

Browse files
author
childish-sambino
authored
Update TROUBLESHOOTING.md
1 parent 2c78ac5 commit 4f7ad6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TROUBLESHOOTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,5 @@ When debugging or testing, it may be useful to examine the raw request header to
133133
You can do this before `response = sg.client.mail._('send').post(request_body: mail.to_json)` like so:
134134

135135
```ruby
136-
puts mail
136+
puts mail.to_json
137137
```

0 commit comments

Comments
 (0)