X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Flib%2Factivitypub%2Findex.ts;h=6906bf9d3d86302277d506738a7a0cf8f8f8be19;hb=4a9e71c2b1ef57de01cd04984348b3957ebbc21d;hp=88064c6b6d7fd0b40154805e0dab4485b0de158f;hpb=07197db4c567f22bbc9c12339062896dc76bac2f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/lib/activitypub/index.ts b/server/lib/activitypub/index.ts index 88064c6b6..6906bf9d3 100644 --- a/server/lib/activitypub/index.ts +++ b/server/lib/activitypub/index.ts @@ -1,7 +1,6 @@ export * from './process' export * from './send' export * from './actor' -export * from './fetch' export * from './share' export * from './videos' export * from './video-comments'