mirror of https://github.com/Chocobozzz/PeerTube
Fix lint
parent
de2c0de32a
commit
6c471ede04
|
@ -19,7 +19,7 @@ import { VideoCaption, VideoFile, VideoFileMetadata, VideoSource } from '@peertu
|
||||||
import { logger } from '@root-helpers/logger'
|
import { logger } from '@root-helpers/logger'
|
||||||
import { videoRequiresFileToken } from '@root-helpers/video'
|
import { videoRequiresFileToken } from '@root-helpers/video'
|
||||||
import { mapValues } from 'lodash-es'
|
import { mapValues } from 'lodash-es'
|
||||||
import { firstValueFrom, of, throwError } from 'rxjs'
|
import { firstValueFrom, of } from 'rxjs'
|
||||||
import { catchError, tap } from 'rxjs/operators'
|
import { catchError, tap } from 'rxjs/operators'
|
||||||
import { InputTextComponent } from '../shared-forms/input-text.component'
|
import { InputTextComponent } from '../shared-forms/input-text.component'
|
||||||
import { GlobalIconComponent } from '../shared-icons/global-icon.component'
|
import { GlobalIconComponent } from '../shared-icons/global-icon.component'
|
||||||
|
|
Loading…
Reference in New Issue