Check video channel name is unique on our instance

This commit is contained in:
Chocobozzz 2018-10-01 15:18:07 +02:00
parent 7361c401b1
commit 601527d795
No known key found for this signature in database
GPG key ID: 583A612D890159BE
7 changed files with 31 additions and 6 deletions

View file

@ -34,7 +34,6 @@ import {
usersVerifyEmailValidator
} from '../../../middlewares/validators'
import { UserModel } from '../../../models/account/user'
import { OAuthTokenModel } from '../../../models/oauth/oauth-token'
import { auditLoggerFactory, getAuditIdFromRes, UserAuditView } from '../../../helpers/audit-logger'
import { meRouter } from './me'
import { deleteUserToken } from '../../../lib/oauth-model'