@stemy/backend 3.4.6 → 3.4.7

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.
@@ -6443,8 +6443,18 @@
6443
6443
  });
6444
6444
  }); };
6445
6445
  restOptions.currentUserChecker = function (action) { return __awaiter(_this, void 0, void 0, function () {
6446
+ var e_3;
6446
6447
  return __generator(this, function (_a) {
6447
- return [2 /*return*/, resolveUser(diContainer, action.request)];
6448
+ switch (_a.label) {
6449
+ case 0:
6450
+ _a.trys.push([0, 2, , 3]);
6451
+ return [4 /*yield*/, resolveUser(diContainer, action.request)];
6452
+ case 1: return [2 /*return*/, _a.sent()];
6453
+ case 2:
6454
+ e_3 = _a.sent();
6455
+ return [2 /*return*/, null];
6456
+ case 3: return [2 /*return*/];
6457
+ }
6448
6458
  });
6449
6459
  }); };
6450
6460
  configuration = diContainer.resolve(exports.Configuration);