UPDATE: Project Module
All checks were successful
Build and Release / release (push) Successful in 1m15s
All checks were successful
Build and Release / release (push) Successful in 1m15s
This commit is contained in:
@@ -74,8 +74,8 @@ func RolesEntityToResponse(rs []*RoleEntity) []*response.RoleResponse {
|
||||
return out
|
||||
}
|
||||
|
||||
func RolesEntityToRoleConstant(rs []*RoleSimple) []constants.Role {
|
||||
out := make([]constants.Role, 0)
|
||||
func RolesEntityToRoleConstant(rs []*RoleSimple) []constants.RoleType {
|
||||
out := make([]constants.RoleType, 0)
|
||||
if rs == nil {
|
||||
return out
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user