]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/activitypub/actor-follow.ts
Handle views for live videos
[github/Chocobozzz/PeerTube.git] / server / models / activitypub / actor-follow.ts
index 529cb35ccc0d86a20a81adba6364f4bf6c32e071..10c13304f8dd15da57d2911fa724e88cacb67828 100644 (file)
@@ -15,8 +15,7 @@ import {
   Max,
   Model,
   Table,
-  UpdatedAt,
-  Sequelize
+  UpdatedAt
 } from 'sequelize-typescript'
 import { FollowState } from '../../../shared/models/actors'
 import { ActorFollow } from '../../../shared/models/actors/follow.model'