@overmap-ai/core 1.0.48-fix-agent-errors.2 → 1.0.48-fix-agent-errors.4

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.
@@ -4170,7 +4170,7 @@ async function performRequest(action, client) {
4170
4170
  const errorResponse = extractResponseFromError(error2);
4171
4171
  const status = errorResponse == null ? void 0 : errorResponse.status;
4172
4172
  if (status === 401) {
4173
- if (url.endsWith("auth/token/refresh/")) {
4173
+ if (url.endsWith("/token/refresh/")) {
4174
4174
  if (state.authReducer.isLoggedIn) {
4175
4175
  console.warn("No signed-in user to sign out.");
4176
4176
  }