From 88ca350f4b1be2dd31e1362573f9613ab1ff5387 Mon Sep 17 00:00:00 2001 From: Adelyn Breelove Date: Tue, 12 Feb 2019 14:53:29 -0700 Subject: Update types :) --- lib/gateway/sharder.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/gateway/sharder.ml') diff --git a/lib/gateway/sharder.ml b/lib/gateway/sharder.ml index 1929d15..9fcb10d 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.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] -> -- cgit v1.2.3