diff options
Diffstat (limited to 'lib/client.ml')
| -rw-r--r-- | lib/client.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/client.ml b/lib/client.ml index 6ee4a3a..45b6d54 100644 --- a/lib/client.ml +++ b/lib/client.ml @@ -1,4 +1,4 @@ -module Make(T : S.Token)(H : S.Handler_f) = struct +module Make(T : S.ClientOptions)(H : S.Handler_f) = struct open Async module Http = Http.Make(T) |