@lifeready/core 1.0.5 → 1.0.6

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.
@@ -4210,7 +4210,7 @@
4210
4210
  ret = Object.assign({}, field);
4211
4211
  if (!field.assembly) return [3 /*break*/, 2];
4212
4212
  if (field.applied == null) {
4213
- throw new LrBadRequestException('If you request for field \'assembly\' in the TpPasswordResetNode, then you must also request the \'applied\' field');
4213
+ throw new LrBadRequestException('If you request for field "assembly" in the TpPasswordResetNode, then you must also request the "applied" field');
4214
4214
  }
4215
4215
  _b = ret;
4216
4216
  return [4 /*yield*/, this.processTpAssemblyNode(field.assembly, field.applied)];