mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Migrate client to eslint
This commit is contained in:
parent
adb8809d43
commit
9df52d660f
215 changed files with 2052 additions and 1196 deletions
|
@ -19,10 +19,10 @@ export class InstanceFollowService {
|
|||
}
|
||||
|
||||
getFollowing (options: {
|
||||
pagination: RestPagination,
|
||||
sort: SortMeta,
|
||||
search?: string,
|
||||
actorType?: ActivityPubActorType,
|
||||
pagination: RestPagination
|
||||
sort: SortMeta
|
||||
search?: string
|
||||
actorType?: ActivityPubActorType
|
||||
state?: FollowState
|
||||
}): Observable<ResultList<ActorFollow>> {
|
||||
const { pagination, sort, search, state, actorType } = options
|
||||
|
@ -42,10 +42,10 @@ export class InstanceFollowService {
|
|||
}
|
||||
|
||||
getFollowers (options: {
|
||||
pagination: RestPagination,
|
||||
sort: SortMeta,
|
||||
search?: string,
|
||||
actorType?: ActivityPubActorType,
|
||||
pagination: RestPagination
|
||||
sort: SortMeta
|
||||
search?: string
|
||||
actorType?: ActivityPubActorType
|
||||
state?: FollowState
|
||||
}): Observable<ResultList<ActorFollow>> {
|
||||
const { pagination, sort, search, state, actorType } = options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue