From 2ac79dcb7e84d211c9cb81cf661445da8eab936b Mon Sep 17 00:00:00 2001 From: cmj <> Date: Sat, 6 Apr 2024 10:28:10 -0700 Subject: [PATCH] undel debut line --- src/apiutils.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apiutils.nim b/src/apiutils.nim index 9f4f051..774dcb5 100644 --- a/src/apiutils.nim +++ b/src/apiutils.nim @@ -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