Skip to content

Commit

Permalink
🤖 GITHUB ACTIONS format_prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro committed Jan 6, 2025
1 parent ee4e650 commit 7b433e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions src/app/cdk/panel/panel/panel.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,12 +289,9 @@ export class PanelComponent implements OnInit {
)
.subscribe()
break
case 'peer-review':
case 'peer-review':
this._peerReviewService
.updateVisibility(
this.elements.groupId,
visibility
)
.updateVisibility(this.elements.groupId, visibility)
.subscribe()
break
case 'top-bar':
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export class RecordPeerReviewService {
updateVisibility(
groupId: any,
visibility: VisibilityStrings
): Observable<any> {
): Observable<any> {
return this._http
.post(
environment.API_WEB +
Expand Down

0 comments on commit 7b433e6

Please sign in to comment.