Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kontrollanten committed Jan 22, 2025
1 parent e648d3d commit 2cd8626
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ import {
} from '../../../../shared/shared-moderation/user-moderation-dropdown.component'
import { TableExpanderIconComponent } from '../../../../shared/shared-tables/table-expander-icon.component'
import { UserEmailInfoComponent } from '../../../shared/user-email-info.component'
import { shortCacheObservable } from '@root-helpers/utils'
import { lastValueFrom, throttleTime } from 'rxjs'
import { lastValueFrom } from 'rxjs'

type UserForList = User & {
rawVideoQuota: number
Expand Down Expand Up @@ -373,7 +372,7 @@ export class UserListComponent extends RestTable <User> implements OnInit, OnDes

this.loadMutedStatus()
})
.catch(err => this.notifier.error(err.message))
.catch(err => this.notifier.error(err.message))
}

private loadMutedStatus () {
Expand Down

0 comments on commit 2cd8626

Please sign in to comment.