Module project, commit, submission
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:
@@ -19,7 +19,6 @@ type roleService struct {
|
||||
roleRepo repositories.RoleRepository
|
||||
}
|
||||
|
||||
|
||||
func NewRoleService(
|
||||
roleRepo repositories.RoleRepository,
|
||||
) RoleService {
|
||||
@@ -48,4 +47,4 @@ func (r *roleService) GetRoleByID(ctx context.Context, id string) (*response.Rol
|
||||
}
|
||||
|
||||
return role.ToResponse(), nil
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user