funcao para criar vinculo de usuario
This commit is contained in:
parent
78acaa0816
commit
b5360ab1a9
9 changed files with 360 additions and 216 deletions
|
|
@ -33,7 +33,7 @@ export const usuarios_quipo_governo = async ({
|
|||
})
|
||||
.then((r) => r.json())
|
||||
.catch((e) =>
|
||||
respostaComuns.erro("Erro ao buscar usuários quipo governo", [e.message]),
|
||||
respostaComuns.erro(`Erro ao buscar usuários quipo governo ${e.message}`),
|
||||
)
|
||||
.then((r) => r as tipoResposta<tipoUsuarioExterno[]>)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue