mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-06 01:07:41 +08:00
feat(go): add access token count to ReturnUser model;
This commit is contained in:
@@ -106,6 +106,7 @@ func GetUsers() ([]models.ReturnUser, error) {
|
||||
if err != nil {
|
||||
continue // get users
|
||||
}
|
||||
|
||||
users = append(users, user)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user