.
This commit is contained in:
parent
0da74b1ff2
commit
681141a8d8
13 changed files with 22 additions and 25 deletions
|
|
@ -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([]);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue