Skip to content

Commit

Permalink
Add to fetchBody as well
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma-andex committed Aug 25, 2023
1 parent bd49cf9 commit 817ea29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fetch.purs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ fetch url r = do

-- | Like `fetch`, but can accept arbitrary `RequestBody`s.
fetchBody
:: forall input output thruIn thruOut headers body
:: forall input output @thruIn thruOut headers body
. ToRequestBody body
=> Union input thruIn (HighlevelRequestOptions headers body)
=> Union output thruOut CoreRequest.UnsafeRequestOptions
Expand Down

0 comments on commit 817ea29

Please sign in to comment.