feat(go): add access token count to ReturnUser model;

This commit is contained in:
Vishal Dalwadi
2025-06-23 22:41:26 +05:30
parent 7b970cbbb3
commit 8971ecd2e9
4 changed files with 25 additions and 0 deletions

View File

@@ -106,6 +106,7 @@ func GetUsers() ([]models.ReturnUser, error) {
if err != nil {
continue // get users
}
users = append(users, user)
}