monkey-front-core 0.0.314 → 0.0.315

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.
@@ -3676,7 +3676,7 @@ class MonkeyEcxTokenStorageService {
3676
3676
  const handledData = {
3677
3677
  ...data
3678
3678
  };
3679
- if (data && !data?.program && config?.program) {
3679
+ if (!data?.program && config?.program) {
3680
3680
  handledData.program = config?.program?.token;
3681
3681
  }
3682
3682
  delete handledData?.me;