refactor requestPart
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
ale 2024-10-08 17:10:58 +02:00
parent 194f819f6c
commit 734259f956

View File

@ -38,7 +38,6 @@ module.exports = async (client, apex, app) => {
setImmediate(() => { setImmediate(() => {
clearTimeout(timeout) clearTimeout(timeout)
ac.abort() ac.abort()
return
}) })
// console.error(e) // console.error(e)
} }