diff --git a/apps/mobile/src/store/user/store.ts b/apps/mobile/src/store/user/store.ts index 536830a59..971ec1067 100644 --- a/apps/mobile/src/store/user/store.ts +++ b/apps/mobile/src/store/user/store.ts @@ -22,7 +22,7 @@ class UserSyncService { async whoami() { const res = await apiFetch<{ user: UserModel - }>("/better-auth/get-session", { + } | null>("/better-auth/get-session", { method: "GET", }) if (res) {