undel debut line

This commit is contained in:
cmj 2024-04-06 10:28:10 -07:00
parent b41679f9f3
commit 2ac79dcb7e
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ proc fetch*(url: Uri; api: Api; additional_headers: HttpHeaders = newHttpHeaders
if body.startsWith('{') or body.startsWith('['):
result = parseJson(body)
else:
echo resp.status, ": ", body, " --- url: ", url
result = newJNull()
let error = result.getError