fix(): Ajuste no retorno do atos
This commit is contained in:
parent
dd7d22acfc
commit
4c1adbe6c7
1 changed files with 1 additions and 3 deletions
|
|
@ -81,9 +81,7 @@ class AtoPrincipalController:
|
|||
show_service = ShowAtosService()
|
||||
|
||||
# Busca e retorna o ato principal desejado com suas dependências
|
||||
return {
|
||||
show_service.execute(ato_principal_schema),
|
||||
}
|
||||
return show_service.execute(ato_principal_schema)
|
||||
|
||||
# Cadastra um novo ato principal
|
||||
def save(self, ato_principal_schema: AtoPrincipalSaveSchema):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue