wsp-ms-core 1.0.98 → 1.1.0

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.
package/dist/index.cjs CHANGED
@@ -1369,6 +1369,7 @@ var InboxRecord = class _InboxRecord {
1369
1369
  }
1370
1370
  markProcessed() {
1371
1371
  this._status = ProcessStatus.PROCESSED;
1372
+ this._errorMessage = "";
1372
1373
  this._processedAt = DateTime.now();
1373
1374
  }
1374
1375
  markProcessing() {