ng-ipa-library 0.6.4 → 0.6.5

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.
@@ -1719,7 +1719,7 @@
1719
1719
  };
1720
1720
  switch (response === null || response === void 0 ? void 0 : response.statusCode) {
1721
1721
  case 500:
1722
- _this.toastrService.error((response === null || response === void 0 ? void 0 : response.innerException) + ' ' + (response === null || response === void 0 ? void 0 : response.stackTrace), response.message, toastrConfig);
1722
+ _this.toastrService.error((response === null || response === void 0 ? void 0 : response.innerException) + ' ' + (response === null || response === void 0 ? void 0 : response.stackTrace), response === null || response === void 0 ? void 0 : response.message, toastrConfig);
1723
1723
  break;
1724
1724
  default:
1725
1725
  _this.toastrService.error(response.message, '', toastrConfig);