Closed mingxin-zheng closed 6 months ago
Thanks @tangy5 for the review. Change from .json() to .text only applies for the /logs endpoint in this PR, because the endpoint doesn't give jsonfied data.
.json()
.text
/logs
Thanks @tangy5 for the review. Change from
.json()
to.text
only applies for the/logs
endpoint in this PR, because the endpoint doesn't give jsonfied data.