arky-sdk 0.7.85 → 0.7.86

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.cjs CHANGED
@@ -818,6 +818,7 @@ function createHttpClient(cfg) {
818
818
  fetchOpts.headers = headers;
819
819
  return request(method, path, body, { ...options, _retried: true });
820
820
  } catch (refreshError) {
821
+ throw refreshError;
821
822
  }
822
823
  }
823
824
  try {