biz-slide-core 1.2.21 → 1.2.22

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz-slide-core",
3
- "version": "1.2.21",
3
+ "version": "1.2.22",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -56,6 +56,7 @@ var verifyUid = function (token) { return __awaiter(void 0, void 0, void 0, func
56
56
  resolve(null);
57
57
  }
58
58
  else {
59
+ console.log("error verifyUid", err);
59
60
  resolve(decoded);
60
61
  }
61
62
  });