@arsedizioni/ars-utils 21.2.288 → 21.2.289

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.
@@ -3874,7 +3874,7 @@ class ClipperDocumentComponent extends ClipperDocumentManager {
3874
3874
  // Fetch and store the last update timestamp asynchronously
3875
3875
  this.clipperService.metadata(id).subscribe(r => {
3876
3876
  if (r.success) {
3877
- this.lastDocument.update(doc => doc ? { ...doc, lastUpdate: r.value.lastUpdate, notes: r.value.notes } : doc);
3877
+ this.lastDocument.update(doc => doc ? { ...doc, lastUpdate: r.value.item1, notes: r.value.item2 } : doc);
3878
3878
  }
3879
3879
  });
3880
3880
  }