feat: team draft

This commit is contained in:
2024-11-12 19:15:13 +07:00
parent 8159b65605
commit f5250d5361
23 changed files with 313 additions and 48 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
type UserContext struct {
*models.User
IsAdmin bool
IsAdmin bool `json:"isAdmin"`
}
func getUserData(user *models.User) *UserContext {