mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Cleanup models directory organization
This commit is contained in:
parent
c07902b908
commit
7d9ba5c089
91 changed files with 215 additions and 212 deletions
|
@ -1,7 +1,7 @@
|
|||
import { chunk } from 'lodash'
|
||||
import { doJSONRequest } from '@server/helpers/requests'
|
||||
import { JobQueue } from '@server/lib/job-queue'
|
||||
import { ActorFollowModel } from '@server/models/activitypub/actor-follow'
|
||||
import { ActorFollowModel } from '@server/models/actor/actor-follow'
|
||||
import { getServerActor } from '@server/models/application/application'
|
||||
import { logger } from '../../helpers/logger'
|
||||
import { CONFIG } from '../../initializers/config'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue