monkey-front-core 0.0.199 → 0.0.202

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.
@@ -4688,7 +4688,7 @@ class MonkeyEcxHttpConfigHeaderInterceptor {
4688
4688
  await this.config
4689
4689
  .config()
4690
4690
  .pipe(first((val) => {
4691
- return !!val;
4691
+ return !!val && JSON.stringify(val) !== '{}';
4692
4692
  }))
4693
4693
  .toPromise();
4694
4694
  }