@lifeready/core 6.0.1 → 6.0.3

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.
@@ -14013,7 +14013,7 @@
14013
14013
  return this.mutate(this.createReminderMutation(options));
14014
14014
  };
14015
14015
  ReminderService.prototype.createReminderMutation = function (options) {
14016
- var _a, _b;
14016
+ var _a;
14017
14017
  return __awaiter(this, void 0, void 0, function () {
14018
14018
  return __generator(this, function (_c) {
14019
14019
  return [2 /*return*/, new LrMutation({
@@ -14022,8 +14022,8 @@
14022
14022
  input: {
14023
14023
  directoryId: options.directoryId,
14024
14024
  firstEvent: options.firstEvent.toISOString(),
14025
- plain: JSON.stringify((_a = options.plainJson) !== null && _a !== void 0 ? _a : {}),
14026
- notifyAheadSeconds: (_b = options.notifyAheadSeconds) !== null && _b !== void 0 ? _b : 0,
14025
+ plain: JSON.stringify(options.plainJson),
14026
+ notifyAheadSeconds: (_a = options.notifyAheadSeconds) !== null && _a !== void 0 ? _a : 0,
14027
14027
  },
14028
14028
  },
14029
14029
  })];