diff options
Diffstat (limited to 'lib/http.ml')
| -rw-r--r-- | lib/http.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http.ml b/lib/http.ml index 9ef9334..58bdd4e 100644 --- a/lib/http.ml +++ b/lib/http.ml @@ -1,4 +1,4 @@ -module Make(T : S.Token) = struct +module Make(T : S.ClientOptions) = struct open Core open Async open Cohttp |