From b7f8f0de01c5014703376d7204b62d8e47c9179a Mon Sep 17 00:00:00 2001 From: Adelyn Breelove Date: Thu, 10 Jan 2019 16:15:20 -0700 Subject: Fix some deserializing bits --- lib/models/reaction_t.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/models/reaction_t.ml') diff --git a/lib/models/reaction_t.ml b/lib/models/reaction_t.ml index 00bebe6..f60561e 100644 --- a/lib/models/reaction_t.ml +++ b/lib/models/reaction_t.ml @@ -1,4 +1,4 @@ type t = { count: int; emoji: Emoji.t; -} [@@deriving yojson] \ No newline at end of file +} [@@deriving yojson { strict = false}] \ No newline at end of file -- cgit v1.2.3