iptdevs-design-system 3.1.469 → 3.1.470

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.
@@ -6650,10 +6650,8 @@ class CodSelfManagedComponent {
6650
6650
  token: this.baseService.getUserToken()
6651
6651
  };
6652
6652
  console.log(request);
6653
- this.commercialService.updateControlStepsCodSelfManaged(request).subscribe({
6654
- next: (response) => {
6655
- console.log(response);
6656
- }
6653
+ this.commercialService.updateControlStepsCodSelfManaged(request).subscribe((response) => {
6654
+ console.log(response);
6657
6655
  });
6658
6656
  }
6659
6657
  }