@nxtedition/lib 15.1.6 → 15.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/http.js +0 -2
- package/package.json +1 -1
package/http.js
CHANGED
|
@@ -107,8 +107,6 @@ module.exports.request = async function request(ctx, next) {
|
|
|
107
107
|
} else {
|
|
108
108
|
reqLogger.trace({ res, responseTime }, 'request completed')
|
|
109
109
|
}
|
|
110
|
-
|
|
111
|
-
ac.abort()
|
|
112
110
|
} catch (err) {
|
|
113
111
|
const responseTime = Math.round(performance.now() - startTime)
|
|
114
112
|
|