fix types

This commit is contained in:
syuilo 2022-04-03 16:30:22 +09:00
parent 41c2aed7dc
commit 91f4ec3747
4 changed files with 12 additions and 8 deletions

View file

@ -75,7 +75,8 @@ export default define(meta, paramDef, async (ps, user) => {
Accept: 'application/json, */*',
},
body: params,
timeout: 10000,
// TODO
//timeout: 10000,
agent: getAgentByUrl,
});