Skip to content

Commit

Permalink
chore(deps-dev): bump prettier from 3.1.0 to 3.2.5 in /ui (#2699)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 5, 2024
1 parent 2d98cf8 commit e4a004e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
8 changes: 4 additions & 4 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"ng-lint-staged": "^12.0.4",
"ng-packagr": "^17.3.0",
"path": "^0.12.7",
"prettier": "3.1.0",
"prettier": "3.2.5",
"resize-observer-polyfill": "^1.5.1",
"typescript": "5.3.3"
}
Expand Down
7 changes: 3 additions & 4 deletions ui/src/app/connect/services/rest.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,9 @@ export class RestService {
unitDescription: UnitDescription,
): Observable<UnitDescription[]> {
return this.http
.post<UnitDescription[]>(
`${this.connectPath}/master/unit`,
unitDescription,
)
.post<
UnitDescription[]
>(`${this.connectPath}/master/unit`, unitDescription)
.pipe(
map(response => {
const descriptions = response as UnitDescription[];
Expand Down

0 comments on commit e4a004e

Please sign in to comment.