Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Error data was JSON encoded twice
The result sent was always a string containing encoded JSON. Solution: Use the argument `text` instead of `data` to pass the data as a UTF-8 string.
- Loading branch information