diff --git a/src/apiutils.nim b/src/apiutils.nim index a5a6194..fd6960f 100644 --- a/src/apiutils.nim +++ b/src/apiutils.nim @@ -61,7 +61,7 @@ template fetchImpl(result, fetchBody) {.dirty.} = try: var resp: AsyncResponse pool.use(genHeaders(token)): - resp = await c.get(url) + resp = await c.get($url) result = await resp.body if resp.status == $Http503: