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.
@@ -4725,7 +4725,7 @@ class MonkeyEcxHttpConfigHeaderInterceptor {
4725
4725
  }
4726
4726
  }
4727
4727
  const resp = await this.authService
4728
- .getRequestWithHeaders(request)
4728
+ .getRequestWithHeadersOb(request)
4729
4729
  .pipe(take(1), map((event) => {
4730
4730
  return event;
4731
4731
  }), catchError((error) => {