There was an error while loading. Please reload this page.
1 parent aea83d7 commit 1bd0a8cCopy full SHA for 1bd0a8c
main.re
@@ -33,4 +33,4 @@ let url =
33
let () =
34
fetch(url)
35
->Promise.flatMap(response => text(response))
36
- ->Promise.get(theText => Js.log(theText));
+ ->Promise.get(body => Js.log(body));
0 commit comments