openchs-models 1.33.20 → 1.33.22

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.
@@ -288,7 +288,6 @@ class ObservationsHolder {
288
288
  let observation = this.getObservation(concept);
289
289
  if (!_lodash.default.isEmpty(observation)) {
290
290
  _ArrayHelper.default.remove(this.observations, obs => obs.concept.uuid === observation.concept.uuid);
291
- if (duration.isEmpty) return null;
292
291
  }
293
292
  observation = _Observation.default.create(concept, duration);
294
293
  this.observations.push(observation);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "openchs-models",
3
3
  "description": "OpenCHS data model to be used by front end clients",
4
- "version": "1.33.20",
4
+ "version": "1.33.22",
5
5
  "private": false,
6
6
  "repository": {
7
7
  "type": "git",