mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Server: remove useless hash affectations
This commit is contained in:
parent
9f6bae3a9d
commit
c4403b29ad
39 changed files with 144 additions and 144 deletions
|
@ -7,9 +7,9 @@ const constants = require('../../initializers/constants')
|
|||
const USERS_CONSTRAINTS_FIELDS = constants.CONSTRAINTS_FIELDS.USERS
|
||||
|
||||
const usersValidators = {
|
||||
isUserPasswordValid: isUserPasswordValid,
|
||||
isUserRoleValid: isUserRoleValid,
|
||||
isUserUsernameValid: isUserUsernameValid
|
||||
isUserPasswordValid,
|
||||
isUserRoleValid,
|
||||
isUserUsernameValid
|
||||
}
|
||||
|
||||
function isUserPasswordValid (value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue