@silenteer/natsu
Advanced tools
Comparing version 1.0.35 to 1.0.36
@@ -336,3 +336,7 @@ "use strict"; | ||
if (result.code !== 'OK') { | ||
middlewareLogService.error(result); | ||
middlewareLogService.error({ | ||
code: result.code, | ||
data: result.data, | ||
errors: result.errors, | ||
}); | ||
} | ||
@@ -362,3 +366,7 @@ return Object.assign(Object.assign({}, result), { injection: Object.assign(Object.assign({}, result.injection), { logService: injection.logService }) }); | ||
if (result.code !== 'OK') { | ||
middlewareLogService.error(result); | ||
middlewareLogService.error({ | ||
code: result.code, | ||
data: result.data, | ||
errors: result.errors, | ||
}); | ||
} | ||
@@ -365,0 +373,0 @@ return Object.assign(Object.assign({}, result), { injection: Object.assign(Object.assign({}, result.injection), { logService: injection.logService }) }); |
{ | ||
"name": "@silenteer/natsu", | ||
"version": "1.0.35", | ||
"version": "1.0.36", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "private": false, |
Sorry, the diff of this file is not supported yet
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
56998
828