aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/helpers/utils/channel.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/helpers/utils/channel.ts')
-rw-r--r--client/src/app/helpers/utils/channel.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/helpers/utils/channel.ts b/client/src/app/helpers/utils/channel.ts
index 83f36b70f..fe59ea567 100644
--- a/client/src/app/helpers/utils/channel.ts
+++ b/client/src/app/helpers/utils/channel.ts
@@ -1,7 +1,7 @@
1import { minBy } from 'lodash-es' 1import { minBy } from 'lodash-es'
2import { first, map } from 'rxjs/operators' 2import { first, map } from 'rxjs/operators'
3import { SelectChannelItem } from 'src/types/select-options-item.model' 3import { SelectChannelItem } from 'src/types/select-options-item.model'
4import { VideoChannel } from '@shared/models' 4import { VideoChannel } from '@peertube/peertube-models'
5import { AuthService } from '../../core/auth' 5import { AuthService } from '../../core/auth'
6 6
7function listUserChannelsForSelect (authService: AuthService) { 7function listUserChannelsForSelect (authService: AuthService) {