monkey-front-core 0.0.217 → 0.0.218
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/esm2020/lib/core/interceptors/monkeyecx-http-config-header.interceptor.mjs +2 -2
- package/fesm2015/monkey-front-core.mjs +1 -1
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +1 -1
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/monkey-front-core-0.0.218.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.217.tgz +0 -0
|
@@ -4725,7 +4725,7 @@ class MonkeyEcxHttpConfigHeaderInterceptor {
|
|
|
4725
4725
|
}
|
|
4726
4726
|
}
|
|
4727
4727
|
const resp = await this.authService
|
|
4728
|
-
.
|
|
4728
|
+
.getRequestWithHeadersOb(request)
|
|
4729
4729
|
.pipe(take(1), map((event) => {
|
|
4730
4730
|
return event;
|
|
4731
4731
|
}), catchError((error) => {
|