mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Don't expose constants directly in initializers/
This commit is contained in:
parent
6dd9de95df
commit
74dc3bca2b
114 changed files with 168 additions and 144 deletions
|
@ -1,4 +1,4 @@
|
|||
import { ACTOR_FOLLOW_SCORE } from '../../initializers'
|
||||
import { ACTOR_FOLLOW_SCORE } from '../../initializers/constants'
|
||||
import { logger } from '../../helpers/logger'
|
||||
|
||||
// Cache follows scores, instead of writing them too often in database
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue