diff --git a/ui/src/app/connect/services/rest.service.ts b/ui/src/app/connect/services/rest.service.ts index 58cdb90a59..cede76c54c 100644 --- a/ui/src/app/connect/services/rest.service.ts +++ b/ui/src/app/connect/services/rest.service.ts @@ -105,7 +105,6 @@ export class RestService { ); } - // todo update to : Observable getAllUnitDescriptions(): Observable { return this.http.get(`${this.connectPath}/master/unit/units`).pipe( map(response => {