ps-toolkit-ui 1.17.48 → 1.17.49

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.
@@ -1971,6 +1971,7 @@
1971
1971
  data: data,
1972
1972
  headers: token == null ? {} : { Authorization: token }
1973
1973
  };
1974
+ console.log('requestrequest', request);
1974
1975
  if (request != null) {
1975
1976
  request.abort();
1976
1977
  }