diff options
Diffstat (limited to 'desk/ted')
-rw-r--r-- | desk/ted/fetch.hoon | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/desk/ted/fetch.hoon b/desk/ted/fetch.hoon index 6444ca7..e876511 100644 --- a/desk/ted/fetch.hoon +++ b/desk/ted/fetch.hoon @@ -6,7 +6,6 @@ ^- thread:spider |= arg=vase =/ request ;;(request:http q.arg) - ~& req=request =/ m (strand ,vase) ^- form:m :: =/ m (strand ,json) ^- form:m ;< ~ bind:m (send-request:strandio request) @@ -19,6 +18,4 @@ :: ?~ full-file.res (strand-fail:strand %no-body ~) =/ body=@t q.data.u.full-file.res - :: ~& resbody=body - =/ json [%s body] - (pure:m !>(json)) + (pure:m !>(body)) |