@copart/tx-title-submission
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -27,2 +27,3 @@ "use strict"; | ||
_regenerator.default.mark(function _callee(data, credentials) { | ||
var res; | ||
return _regenerator.default.wrap(function _callee$(_context) { | ||
@@ -50,10 +51,11 @@ while (1) { | ||
case 5: | ||
return _context.abrupt("return", _context.sent); | ||
res = _context.sent; | ||
return _context.abrupt("return", res); | ||
case 8: | ||
_context.prev = 8; | ||
case 9: | ||
_context.prev = 9; | ||
_context.t0 = _context["catch"](0); | ||
throw _context.t0; | ||
case 11: | ||
case 12: | ||
case "end": | ||
@@ -63,3 +65,3 @@ return _context.stop(); | ||
} | ||
}, _callee, this, [[0, 8]]); | ||
}, _callee, this, [[0, 9]]); | ||
})); | ||
@@ -66,0 +68,0 @@ |
{ | ||
"name": "@copart/tx-title-submission", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "Automates texas title submission via headless browser", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -28,3 +28,4 @@ import { | ||
// } | ||
return await browserSubmission(data, credentials); | ||
const res = await browserSubmission(data, credentials); | ||
return res; | ||
} catch (e) { | ||
@@ -31,0 +32,0 @@ throw e; |
71260
2247