Bug 1383 Error when consulting NS instance's topology
[osm/NG-UI.git] / src / app / instances / vnf-instances / VNFInstancesComponent.ts
index d829ee2..fdfe9fa 100644 (file)
@@ -141,7 +141,7 @@ export class VNFInstancesComponent implements OnInit {
         this.isLoadingResults = true;
         this.restService.getResource(environment.VNFINSTANCES_URL).subscribe((vnfInstancesData: VNFInstanceDetails[]) => {
             this.vnfInstanceData = [];
-            vnfInstancesData.forEach((vnfInstanceData: VNFInstanceDetails) => {
+            vnfInstancesData.forEach((vnfInstanceData: VNFInstanceDetails): void => {
                 const vnfDataObj: {} =
                 {
                     VNFD: vnfInstanceData['vnfd-ref'],