]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/activitypub/objects/view-object.ts
Don't use @shared in models
[github/Chocobozzz/PeerTube.git] / shared / models / activitypub / objects / view-object.ts
index 00348116a74bed001709f337da9442ffac93f3ae..4dd21ce8e664900ee8604729fee7d047ecaed769 100644 (file)
@@ -1,5 +1,5 @@
 export interface ViewObject {
-  type: 'View',
+  type: 'View'
   actor: string
   object: string
 }