Fix the issues with the responses in the endpoints

This commit is contained in:
Oscar Morales
2025-06-10 23:13:54 -06:00
parent 82ebe4408b
commit dcf801beff
12 changed files with 258 additions and 216 deletions

View File

@@ -179,8 +179,7 @@ namespace Core.Thalos.Application.UseCases.Permissions
Id = command.Id,
Name = command.Name,
Description = command.Description,
AccessLevel = command.AccessLevel,
Status = command.Status
AccessLevel = command.AccessLevel
};
string id = command.Id;