diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-25 10:44:21 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-07-25 11:00:45 +0200 |
commit | 41b15c892192073828458d007256a9dfdf3bb6fb (patch) | |
tree | acfa791944197742044a85a84d1313db74b8e4f4 /client/src/app/shared/instance | |
parent | 03652b3179b7d3d2959b68318fdc5e00f94eb95f (diff) | |
download | PeerTube-41b15c892192073828458d007256a9dfdf3bb6fb.tar.gz PeerTube-41b15c892192073828458d007256a9dfdf3bb6fb.tar.zst PeerTube-41b15c892192073828458d007256a9dfdf3bb6fb.zip |
Update client dependencies
Diffstat (limited to 'client/src/app/shared/instance')
-rw-r--r-- | client/src/app/shared/instance/follow.service.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/instance/follow.service.ts b/client/src/app/shared/instance/follow.service.ts index 978d60f6b..63f9e2687 100644 --- a/client/src/app/shared/instance/follow.service.ts +++ b/client/src/app/shared/instance/follow.service.ts | |||
@@ -1,11 +1,11 @@ | |||
1 | import { catchError, map } from 'rxjs/operators' | 1 | import { catchError, map } from 'rxjs/operators' |
2 | import { HttpClient, HttpParams } from '@angular/common/http' | 2 | import { HttpClient, HttpParams } from '@angular/common/http' |
3 | import { Injectable } from '@angular/core' | 3 | import { Injectable } from '@angular/core' |
4 | import { SortMeta } from 'primeng/primeng' | ||
5 | import { Observable } from 'rxjs' | 4 | import { Observable } from 'rxjs' |
6 | import { ActorFollow, ResultList } from '@shared/index' | 5 | import { ActorFollow, ResultList } from '@shared/index' |
7 | import { environment } from '../../../environments/environment' | 6 | import { environment } from '../../../environments/environment' |
8 | import { RestExtractor, RestPagination, RestService } from '../rest' | 7 | import { RestExtractor, RestPagination, RestService } from '../rest' |
8 | import { SortMeta } from 'primeng/api' | ||
9 | 9 | ||
10 | @Injectable() | 10 | @Injectable() |
11 | export class FollowService { | 11 | export class FollowService { |