mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Cleanup models directory organization
This commit is contained in:
parent
c07902b908
commit
7d9ba5c089
91 changed files with 215 additions and 212 deletions
|
@ -17,7 +17,7 @@ import { VideoBlacklistCreate } from '@shared/models'
|
|||
import { addAccountInBlocklist, addServerInBlocklist, removeAccountFromBlocklist, removeServerFromBlocklist } from '../blocklist'
|
||||
import { getServerConfig } from '../config'
|
||||
import { blacklistVideo, unblacklistVideo } from '../video-blacklist'
|
||||
import { UserModel } from '@server/models/account/user'
|
||||
import { UserModel } from '@server/models/user/user'
|
||||
|
||||
function buildPluginHelpers (pluginModel: MPlugin, npmName: string): PeerTubeHelpers {
|
||||
const logger = buildPluginLogger(npmName)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue