fix: userId typing
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user