From c0cfbcbcbb06ec1814c5fa1ea36bca2817c9ed12 Mon Sep 17 00:00:00 2001 From: sdarbinyan Date: Fri, 19 Jun 2026 02:00:34 +0400 Subject: [PATCH] changed type --- src/app/models/auth.model.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/models/auth.model.ts b/src/app/models/auth.model.ts index cf5f1cf..4041d57 100644 --- a/src/app/models/auth.model.ts +++ b/src/app/models/auth.model.ts @@ -1,6 +1,6 @@ export interface AuthSession { sessionId: string; - telegramUserId: number; + telegramUserId: any; username: string | null; displayName: string; active: boolean;