aboutsummaryrefslogtreecommitdiff
path: root/lib/models
diff options
context:
space:
mode:
Diffstat (limited to 'lib/models')
-rw-r--r--lib/models/guild/guild_t.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/models/guild/guild_t.ml b/lib/models/guild/guild_t.ml
index 58c3cf8..97e3c48 100644
--- a/lib/models/guild/guild_t.ml
+++ b/lib/models/guild/guild_t.ml
@@ -2,7 +2,7 @@ open Core
type unavailable = {
id: Guild_id_t.t;
-} [@@deriving sexp, yojson]
+} [@@deriving sexp, yojson { strict = false }]
type pre = {
id: Snowflake.t;