aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/activitypub
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-03-08 17:31:11 +0100
committerChocobozzz <me@florianbigard.com>2018-03-08 17:31:11 +0100
commitdfecb9003600913f8c3130a87e5b403d6686a55f (patch)
tree17f8fbfcff20429e472cc8853c65108e2d490519 /shared/models/activitypub
parent530d7fdd8d3d36bc3c4cddcba900c8b9671e6f29 (diff)
downloadPeerTube-dfecb9003600913f8c3130a87e5b403d6686a55f.tar.gz
PeerTube-dfecb9003600913f8c3130a87e5b403d6686a55f.tar.zst
PeerTube-dfecb9003600913f8c3130a87e5b403d6686a55f.zip
Fix lint momory issues
Diffstat (limited to 'shared/models/activitypub')
-rw-r--r--shared/models/activitypub/activitypub-ordered-collection.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/shared/models/activitypub/activitypub-ordered-collection.ts b/shared/models/activitypub/activitypub-ordered-collection.ts
index 487d8cee0..dfec0bb76 100644
--- a/shared/models/activitypub/activitypub-ordered-collection.ts
+++ b/shared/models/activitypub/activitypub-ordered-collection.ts
@@ -1,5 +1,3 @@
1import { Activity } from './activity'
2
3export interface ActivityPubOrderedCollection<T> { 1export interface ActivityPubOrderedCollection<T> {
4 '@context': string[] 2 '@context': string[]
5 type: 'OrderedCollection' | 'OrderedCollectionPage' 3 type: 'OrderedCollection' | 'OrderedCollectionPage'