fix: userId typing

This commit is contained in:
2025-09-16 11:34:21 +03:30
parent e3d37a8e4d
commit 7a365f57ec
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import jwt2 "github.com/golang-jwt/jwt/v5"
type UserClaims struct {
jwt2.RegisteredClaims
UserID uint
UserID string
KYCLevel int
Sections []string
}