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.js CHANGED
@@ -1295,6 +1295,7 @@ var InboxRecord = class _InboxRecord {
1295
1295
  }
1296
1296
  markProcessed() {
1297
1297
  this._status = ProcessStatus.PROCESSED;
1298
+ this._errorMessage = "";
1298
1299
  this._processedAt = DateTime.now();
1299
1300
  }
1300
1301
  markProcessing() {