monkey-front-core 0.0.311 → 0.0.312

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.
@@ -3672,12 +3672,7 @@ class MonkeyEcxTokenStorageService {
3672
3672
  }
3673
3673
  console.log('6666');
3674
3674
  const config = await monkeyecxConfigService.config()
3675
- .pipe(first((val) => {
3676
- console.log('val');
3677
- console.log(val);
3678
- return !!val && JSON.stringify(val) !== '{}';
3679
- }))
3680
- .toPromise();
3675
+ .pipe(take(1)).toPromise();
3681
3676
  console.log('7777');
3682
3677
  if (data && !data?.program && config?.program) {
3683
3678
  data.program = config?.program?.token;