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

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.
@@ -4161,7 +4161,7 @@ var __publicField = (obj, key, value) => {
4161
4161
  const errorResponse = extractResponseFromError(error2);
4162
4162
  const status = errorResponse == null ? void 0 : errorResponse.status;
4163
4163
  if (status === 401) {
4164
- if (url.endsWith("auth/token/refresh/")) {
4164
+ if (url.endsWith("/token/refresh/")) {
4165
4165
  if (state.authReducer.isLoggedIn) {
4166
4166
  console.warn("No signed-in user to sign out.");
4167
4167
  }