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 Oct 25, 2023
1 parent 94696d0 commit b1c9c21
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ export class AffiliationStacksGroupsComponent implements OnInit {

sortEvent(event: SortData, type: string) {
this.userRecordContext.publicRecordId = this.isPublicRecord
this.userRecordContext.privateRecordId = this.userRecord?.userInfo?.EFFECTIVE_USER_ORCID
this.userRecordContext.privateRecordId =
this.userRecord?.userInfo?.EFFECTIVE_USER_ORCID
this.userRecordContext.sort = event.type
this.userRecordContext.sortAsc = event.direction === 'asc'
this._recordAffiliationService.changeUserRecordContext(
Expand Down

0 comments on commit b1c9c21

Please sign in to comment.