fix types
This commit is contained in:
parent
41c2aed7dc
commit
91f4ec3747
4 changed files with 12 additions and 8 deletions
|
@ -75,7 +75,8 @@ export default define(meta, paramDef, async (ps, user) => {
|
|||
Accept: 'application/json, */*',
|
||||
},
|
||||
body: params,
|
||||
timeout: 10000,
|
||||
// TODO
|
||||
//timeout: 10000,
|
||||
agent: getAgentByUrl,
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue