test-entity-library-asm 1.7.1 → 1.7.2
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/dist/index.js +1 -0
- package/package.json +1 -1
- package/src/index.ts +1 -0
package/dist/index.js
CHANGED
|
@@ -122,6 +122,7 @@ var async_hooks_1 = require("async_hooks");
|
|
|
122
122
|
var asyncLocalStorage = new async_hooks_1.AsyncLocalStorage();
|
|
123
123
|
function timezoneMiddleware(req, res, next) {
|
|
124
124
|
var userTimeZone = req.headers['user-timezone'];
|
|
125
|
+
console.log(userTimeZone, 'llega?');
|
|
125
126
|
if (Array.isArray(userTimeZone)) {
|
|
126
127
|
userTimeZone = userTimeZone[0];
|
|
127
128
|
}
|
package/package.json
CHANGED