diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-20 11:34:49 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-11-20 11:35:33 +0100 |
commit | 55d5fbc583f872b9890698322c5b03c62f371640 (patch) | |
tree | f806fd8691fd8a9ecb269a03ccdcc6cee2563b1b /server/lib | |
parent | 64b5c2476ab750512676ef8a0ae9e9ab6ddb0d91 (diff) | |
download | PeerTube-55d5fbc583f872b9890698322c5b03c62f371640.tar.gz PeerTube-55d5fbc583f872b9890698322c5b03c62f371640.tar.zst PeerTube-55d5fbc583f872b9890698322c5b03c62f371640.zip |
Fix lint
Diffstat (limited to 'server/lib')
-rw-r--r-- | server/lib/activitypub/url.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/lib/activitypub/url.ts b/server/lib/activitypub/url.ts index ad6a1d1fd..7816b0be0 100644 --- a/server/lib/activitypub/url.ts +++ b/server/lib/activitypub/url.ts | |||
@@ -135,6 +135,5 @@ export { | |||
135 | getLocalVideoSharesActivityPubUrl, | 135 | getLocalVideoSharesActivityPubUrl, |
136 | getLocalVideoCommentsActivityPubUrl, | 136 | getLocalVideoCommentsActivityPubUrl, |
137 | getLocalVideoLikesActivityPubUrl, | 137 | getLocalVideoLikesActivityPubUrl, |
138 | getLocalVideoDislikesActivityPubUrl, | 138 | getLocalVideoDislikesActivityPubUrl |
139 | |||
140 | } | 139 | } |