@nestjs/core
Advanced tools
Comparing version 4.5.8 to 4.5.9
{ | ||
"name": "@nestjs/core", | ||
"version": "4.5.8", | ||
"version": "4.5.9", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@core)", | ||
@@ -5,0 +5,0 @@ "author": "Kamil Mysliwiec", |
@@ -54,3 +54,3 @@ "use strict"; | ||
const result = yield this.interceptorsConsumer.intercept(interceptors, req, instance, callback, handler); | ||
isResponseHandled && this.responseController.apply(result, res, httpStatusCode); | ||
!isResponseHandled && this.responseController.apply(result, res, httpStatusCode); | ||
}); | ||
@@ -57,0 +57,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
174581