Skip to content

Commit

Permalink
#2058 moved unit measurement definitions to backend
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaakKrut committed May 28, 2024
1 parent d50f01e commit ea74e8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/app/connect/services/rest.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ export class RestService {
);
}

// todo update to : Observable<UnitDescription[]>
getAllUnitDescriptions(): Observable<UnitDescription[]> {
return this.http.get(`${this.connectPath}/master/unit/units`).pipe(
map(response => {
Expand Down

0 comments on commit ea74e8d

Please sign in to comment.