crabatool 1.0.353 → 1.0.354

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.
Files changed (2) hide show
  1. package/lib/handler.js +1 -1
  2. package/package.json +1 -1
package/lib/handler.js CHANGED
@@ -40,7 +40,7 @@ class Handler {
40
40
  return next();
41
41
  }
42
42
 
43
- req.session.t = (new Date()).getTime(); // 防止session过期
43
+ //req.session.t = (new Date()).getTime(); // 防止session过期
44
44
  try {
45
45
  return await fun.apply(targetApi, [req, res]);
46
46
  } catch (ex) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crabatool",
3
- "version": "1.0.353",
3
+ "version": "1.0.354",
4
4
  "description": "crabatool",
5
5
  "main": "index.js",
6
6
  "bin": {