monkey-front-core 0.0.200 → 0.0.201

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.
@@ -4693,7 +4693,7 @@ class MonkeyEcxHttpConfigHeaderInterceptor {
4693
4693
  .pipe(first((val) => {
4694
4694
  console.log('====== 4');
4695
4695
  console.log(val);
4696
- return !!val;
4696
+ return !!val && JSON.stringify(val) !== '{}';
4697
4697
  }))
4698
4698
  .toPromise();
4699
4699
  console.log('====== 5');