@factoringplus/pl-components-pack-v3 0.3.101 → 0.3.102

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.
@@ -40137,7 +40137,7 @@ const ApiJs = function(optionsRequest, isGetResourse = false, token2) {
40137
40137
  resolve(formatDateObj(resourse));
40138
40138
  resolve(formatDateObj(resourse.data));
40139
40139
  }).catch((error2) => {
40140
- console.error(error2, "error api jsssss");
40140
+ console.log(JSON.stringify(error2), "error api jsssss");
40141
40141
  reject(error2.response);
40142
40142
  });
40143
40143
  if (window.navigator.userAgent.indexOf("MSIE ") > -1 || window.navigator.userAgent.indexOf("Trident/") > -1) {