This commit is contained in:
Luiz H. R. Silva 2024-06-06 19:11:36 -03:00
parent 0da74b1ff2
commit 681141a8d8
13 changed files with 22 additions and 25 deletions

View file

@ -8,7 +8,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
});
};
import { respostaComuns } from "p-respostas";
export const consultaUsuariosexterno = ({ token_produto, ambiente, codigo_produto, chave_produto, }) => __awaiter(void 0, void 0, void 0, function* () {
console.log(token_produto, ambiente, codigo_produto, chave_produto);
export const consultaUsuariosexterno = ({ token_produto, ambiente, }) => __awaiter(void 0, void 0, void 0, function* () {
console.log(token_produto, ambiente);
return respostaComuns.valor([]);
});