aboutsummaryrefslogtreecommitdiff
path: root/lib/sharder.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sharder.ml')
-rw-r--r--lib/sharder.ml2
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] ->