Add moderation helpers to plugins
This commit is contained in:
parent
3cc665f48f
commit
80fdaf0645
34 changed files with 486 additions and 152 deletions
|
@ -2,7 +2,7 @@ import { registerTSPaths } from '../server/helpers/register-ts-paths'
|
|||
registerTSPaths()
|
||||
|
||||
import * as program from 'commander'
|
||||
import { initDatabaseModels } from '../server/initializers'
|
||||
import { initDatabaseModels } from '../server/initializers/database'
|
||||
import { UserModel } from '../server/models/account/user'
|
||||
import { isUserPasswordValid } from '../server/helpers/custom-validators/users'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue