Comparing version 1.0.2 to 1.0.3
@@ -48,3 +48,3 @@ const ilog = require('ilog') | ||
let userAgent = ctx.headers['user-agent'] | ||
let tbEnv = ctx.config.tbEnv || 'unknown' | ||
let tbEnv = (ctx.config && ctx.config.tbEnv) || 'unknown' | ||
let requestId = ctx.response.get('x-request-id', 'unknown') | ||
@@ -51,0 +51,0 @@ let route = api |
{ | ||
"name": "@tng/ilog", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
3306