diff options
author | Chocobozzz <me@florianbigard.com> | 2019-04-11 14:28:17 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-04-11 14:29:41 +0200 |
commit | 76062d9f96e06a23a2efc8a727ea9c5394d21466 (patch) | |
tree | 20d3742a6fd5f22be325b07a711913280adf824f /server/models | |
parent | 74dc3bca2b14f5fd3fe80c394dfc34177a46db77 (diff) | |
download | PeerTube-76062d9f96e06a23a2efc8a727ea9c5394d21466.tar.gz PeerTube-76062d9f96e06a23a2efc8a727ea9c5394d21466.tar.zst PeerTube-76062d9f96e06a23a2efc8a727ea9c5394d21466.zip |
Try to improve server tests compilation speed
Diffstat (limited to 'server/models')
-rw-r--r-- | server/models/activitypub/actor-follow.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/models/activitypub/actor-follow.ts b/server/models/activitypub/actor-follow.ts index 1b272e1c8..f9b4f57f3 100644 --- a/server/models/activitypub/actor-follow.ts +++ b/server/models/activitypub/actor-follow.ts | |||
@@ -22,8 +22,7 @@ import { FollowState } from '../../../shared/models/actors' | |||
22 | import { ActorFollow } from '../../../shared/models/actors/follow.model' | 22 | import { ActorFollow } from '../../../shared/models/actors/follow.model' |
23 | import { logger } from '../../helpers/logger' | 23 | import { logger } from '../../helpers/logger' |
24 | import { getServerActor } from '../../helpers/utils' | 24 | import { getServerActor } from '../../helpers/utils' |
25 | import { ACTOR_FOLLOW_SCORE } from '../../initializers/constants' | 25 | import { ACTOR_FOLLOW_SCORE, FOLLOW_STATES } from '../../initializers/constants' |
26 | import { FOLLOW_STATES } from '../../initializers/constants' | ||
27 | import { ServerModel } from '../server/server' | 26 | import { ServerModel } from '../server/server' |
28 | import { getSort } from '../utils' | 27 | import { getSort } from '../utils' |
29 | import { ActorModel, unusedActorAttributesForAPI } from './actor' | 28 | import { ActorModel, unusedActorAttributesForAPI } from './actor' |