@idsoftsource/initial-process 1.5.7 → 1.5.8

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.
@@ -32845,7 +32845,7 @@ class InitialProcessComponent {
32845
32845
  this.showLoader = true;
32846
32846
  if (this.uploadToAws) {
32847
32847
  const result = await this.saveAWSLogo();
32848
- if (result === false) {
32848
+ if (result) {
32849
32849
  this.saveAWSHeadShot();
32850
32850
  }
32851
32851
  }