funcao para criar vinculo de usuario

This commit is contained in:
MarcioJRGodoi 2024-06-24 14:23:46 -03:00
parent 78acaa0816
commit b5360ab1a9
9 changed files with 360 additions and 216 deletions

View file

@ -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[]>)
}