aboutsummaryrefslogtreecommitdiff
path: root/lib/gateway/sharder.ml
diff options
context:
space:
mode:
authorAdelyn Breedlove <[email protected]>2019-02-12 19:49:33 +0000
committerAdelyn Breedlove <[email protected]>2019-02-12 19:49:33 +0000
commit9588c99cf6eb4cb46aeeb7c0ee5623c037e9301e (patch)
treeb5ff6275e4053971d4f0d524cf39bd1310af4e67 /lib/gateway/sharder.ml
parentRandom useless command in the test bot (diff)
parentFix opam dependencies and revert changes (diff)
downloaddisml-9588c99cf6eb4cb46aeeb7c0ee5623c037e9301e.tar.xz
disml-9588c99cf6eb4cb46aeeb7c0ee5623c037e9301e.zip
Merge branch 'fix_build' into 'master'
Fix opam dependencies and revert changes See merge request Mishio595/disml!18
Diffstat (limited to 'lib/gateway/sharder.ml')
-rw-r--r--lib/gateway/sharder.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gateway/sharder.ml b/lib/gateway/sharder.ml
index 9fcb10d..1929d15 100644
--- a/lib/gateway/sharder.ml
+++ b/lib/gateway/sharder.ml
@@ -107,7 +107,7 @@ module Shard = struct
; session = session
}
- let set_status ~(status:Yojson.Safe.t) shard =
+ let set_status ~(status:Yojson.Safe.json) shard =
let payload = match status with
| `Assoc ["name", `String name; "type", `Int t]
| `Assoc ["type", `Int t; "name", `String name] ->