diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-09-14 12:09:06 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-09-14 12:09:06 +0200 |
commit | d5050d1e097e761685fbaafe6e3d4b8b78d48356 (patch) | |
tree | 02c3183b8b84b493343a42220c708c7beb1903bf /client/src/app/+admin/friends | |
parent | 03b40f24878e4ceef19c9a8a7539f59061f31c84 (diff) | |
download | PeerTube-d5050d1e097e761685fbaafe6e3d4b8b78d48356.tar.gz PeerTube-d5050d1e097e761685fbaafe6e3d4b8b78d48356.tar.zst PeerTube-d5050d1e097e761685fbaafe6e3d4b8b78d48356.zip |
Fix lint
Diffstat (limited to 'client/src/app/+admin/friends')
-rw-r--r-- | client/src/app/+admin/friends/shared/friend.service.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+admin/friends/shared/friend.service.ts b/client/src/app/+admin/friends/shared/friend.service.ts index 45607e28d..274373e3b 100644 --- a/client/src/app/+admin/friends/shared/friend.service.ts +++ b/client/src/app/+admin/friends/shared/friend.service.ts | |||
@@ -3,7 +3,7 @@ import { HttpClient } from '@angular/common/http' | |||
3 | import 'rxjs/add/operator/catch' | 3 | import 'rxjs/add/operator/catch' |
4 | import 'rxjs/add/operator/map' | 4 | import 'rxjs/add/operator/map' |
5 | 5 | ||
6 | import { RestExtractor, } from '../../../shared' | 6 | import { RestExtractor } from '../../../shared' |
7 | import { Pod, ResultList } from '../../../../../../shared' | 7 | import { Pod, ResultList } from '../../../../../../shared' |
8 | 8 | ||
9 | @Injectable() | 9 | @Injectable() |