oro-sdk 8.0.0 → 8.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1182,7 +1182,7 @@ function _registerPatient() {
1182
1182
  identity = undefined;
1183
1183
  errorsThrown = [];
1184
1184
  stepsTotalNum = 9;
1185
- // toggle all changed statuses if this workflow has previous/revision data
1185
+ // toggle all changed statuses if this workflow has previous/revision data
1186
1186
  workflow = detectChangesInWorkflowAnswers(workflow);
1187
1187
  _loop = /*#__PURE__*/_regeneratorRuntime().mark(function _loop() {
1188
1188
  var _consultIndex, _identity, _identity2, practitioners, grantPromises, consultIndex, consultIndexPromises;
@@ -1484,7 +1484,7 @@ function _getOrCreatePatientLockbox() {
1484
1484
  return _context5.abrupt("return", grants[0].lockboxUuid);
1485
1485
  case 8:
1486
1486
  _context5.next = 10;
1487
- return oroClient.vaultClient.lockboxCreate()["catch"](function (err) {
1487
+ return oroClient.lockboxCreate()["catch"](function (err) {
1488
1488
  console.error('Error while creating lockbox', err);
1489
1489
  throw err;
1490
1490
  });