Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
khanzadimahdi committed Aug 16, 2024
1 parent 16cd27f commit 7e076ca
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ func (r *RolesRepository) GetOne(UUID string) (role.Role, error) {
UUID: rb.UUID,
Name: rb.Name,
Description: rb.Description,
Permissions: rb.UserUUIDs,
Permissions: rb.Permissions,
UserUUIDs: rb.UserUUIDs,
}, nil
}

Expand Down

0 comments on commit 7e076ca

Please sign in to comment.