karl-common-util
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -233,3 +233,3 @@ "use strict"; | ||
if (!(times > 0)) { | ||
_context3.next = 18; | ||
_context3.next = 19; | ||
break; | ||
@@ -262,3 +262,3 @@ } | ||
if (!(times > 0)) { | ||
_context3.next = 17; | ||
_context3.next = 18; | ||
break; | ||
@@ -282,9 +282,8 @@ } | ||
case 15: | ||
_context3.next = 18; | ||
break; | ||
return _context3.abrupt("return", _context3.sent); | ||
case 17: | ||
case 18: | ||
throw _context3.t0; | ||
case 18: | ||
case 19: | ||
case "end": | ||
@@ -291,0 +290,0 @@ return _context3.stop(); |
{ | ||
"name": "karl-common-util", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "karl common lib for client and server", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -154,3 +154,3 @@ import "isomorphic-fetch" | ||
if (times > 0) { | ||
await request({ | ||
return await request({ | ||
url: url, | ||
@@ -157,0 +157,0 @@ jwtLocalStorageName: jwtLocalStorageName, |
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
62372
1501