From dd39ece4084abca7d0604f68a889556c2712fc48 Mon Sep 17 00:00:00 2001 From: Fabian Stamm Date: Fri, 14 Apr 2023 15:46:00 +0200 Subject: [PATCH] Make birthday optional --- InternalAPI/types.jrpc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InternalAPI/types.jrpc b/InternalAPI/types.jrpc index c54d2f9..4d31f3f 100644 --- a/InternalAPI/types.jrpc +++ b/InternalAPI/types.jrpc @@ -9,7 +9,7 @@ type Profile { id: string; name: string; username: string; - birthday: int; + birthday?: int; gender: Gender; }