From 77e488ff30e52b45dbbf06af90d440f0981d4ef7 Mon Sep 17 00:00:00 2001 From: mvpetrico Date: Sun, 10 May 2026 07:16:48 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20core=20API=20errors=20(#36?= =?UTF-8?q?7)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tiddl/core/auth/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiddl/core/auth/models.py b/tiddl/core/auth/models.py index 1e44650..dbd0056 100644 --- a/tiddl/core/auth/models.py +++ b/tiddl/core/auth/models.py @@ -23,7 +23,7 @@ class AuthResponse(BaseModel): acceptedEULA: bool created: int | str updated: int | str - facebookUid: int + facebookUid: Optional[int] = None appleUid: Optional[str] googleUid: Optional[str] accountLinkCreated: bool