aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-11-20 11:34:49 +0100
committerChocobozzz <me@florianbigard.com>2020-11-20 11:35:33 +0100
commit55d5fbc583f872b9890698322c5b03c62f371640 (patch)
treef806fd8691fd8a9ecb269a03ccdcc6cee2563b1b /server/lib/activitypub
parent64b5c2476ab750512676ef8a0ae9e9ab6ddb0d91 (diff)
downloadPeerTube-55d5fbc583f872b9890698322c5b03c62f371640.tar.gz
PeerTube-55d5fbc583f872b9890698322c5b03c62f371640.tar.zst
PeerTube-55d5fbc583f872b9890698322c5b03c62f371640.zip
Fix lint
Diffstat (limited to 'server/lib/activitypub')
-rw-r--r--server/lib/activitypub/url.ts3
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}