diff options
| author | Adelyn Breelove <[email protected]> | 2019-02-04 13:21:52 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2019-02-04 13:21:52 -0700 |
| commit | 62b7689d0af62daee569e7d8ab3c641af756e6ef (patch) | |
| tree | fb0777298a29ffb1f92c79350681f1fe55248ae5 /lib/sharder.ml | |
| parent | Opt to never force close unix fd before writer is flushed (diff) | |
| download | disml-62b7689d0af62daee569e7d8ab3c641af756e6ef.tar.xz disml-62b7689d0af62daee569e7d8ab3c641af756e6ef.zip | |
Update yojson to 1.6.0
Diffstat (limited to 'lib/sharder.ml')
| -rw-r--r-- | lib/sharder.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sharder.ml b/lib/sharder.ml index 4e6cc46..c33504f 100644 --- a/lib/sharder.ml +++ b/lib/sharder.ml @@ -101,7 +101,7 @@ module Shard = struct session = session;
}
- let set_status ~(status:Yojson.Safe.json) shard =
+ let set_status ~(status:Yojson.Safe.t) shard =
let payload = match status with
| `Assoc ["name", `String name; "type", `Int t]
| `Assoc ["type", `Int t; "name", `String name] ->
|