types: optimization type

This commit is contained in:
xiaoxian521
2021-09-19 19:41:38 +08:00
parent 8458d5d37b
commit feb1498d29
5 changed files with 9 additions and 8 deletions

View File

@@ -219,7 +219,7 @@ class EnclosureHttp {
return new Promise((resolve, reject) => {
EnclosureHttp.axiosInstance
.request(config)
.then((response: EnclosureHttpResoponse) => {
.then((response: undefined) => {
resolve(response);
})
.catch((error: any) => {