@esfaenza/core 19.2.235 → 19.2.236

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.
@@ -267,7 +267,7 @@ class ErrorPageComponent {
267
267
  this.CreateTicketDTO = null;
268
268
  requestAnimationFrame(() => {
269
269
  this.CreateTicketDTO = {
270
- errorFrom: this.errorFrom,
270
+ errorFrom: this.errorFrom + "@" + new Date(),
271
271
  errorLastCalls: this.errorLastCalls,
272
272
  identityInfos: this.identityInfos,
273
273
  statusCode: this.statusCode,