This commit is contained in:
parent
8a2747408a
commit
fe94f0d33c
@ -35,10 +35,11 @@ module.exports = async (client, apex, app) => {
|
||||
setImmediate(() => clearTimeout(timeout))
|
||||
return await response.json()
|
||||
} catch (e) {
|
||||
return setImmediate(() => {
|
||||
setImmediate(() => {
|
||||
clearTimeout(timeout)
|
||||
ac.abort()
|
||||
})
|
||||
return
|
||||
// console.error(e)
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user