@overmap-ai/core 1.0.60-sdk-refactor.5 → 1.0.60-sdk-refactor.6

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.
@@ -15517,7 +15517,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
15517
15517
  return secondsUntilExpiry < EXPIRING_SOON_THRESHOLD;
15518
15518
  }
15519
15519
  getAuthHeader() {
15520
- const accesseToken = selectAccessToken(this.client.store.getState());
15520
+ const accesseToken = this.getAccessToken();
15521
15521
  return `Bearer ${accesseToken}`;
15522
15522
  }
15523
15523
  async prepareAuth() {