@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.
package/dist/overmap-core.js
CHANGED
|
@@ -15528,7 +15528,7 @@ class JWTService extends BaseAuthService {
|
|
|
15528
15528
|
return secondsUntilExpiry < EXPIRING_SOON_THRESHOLD;
|
|
15529
15529
|
}
|
|
15530
15530
|
getAuthHeader() {
|
|
15531
|
-
const accesseToken =
|
|
15531
|
+
const accesseToken = this.getAccessToken();
|
|
15532
15532
|
return `Bearer ${accesseToken}`;
|
|
15533
15533
|
}
|
|
15534
15534
|
async prepareAuth() {
|