mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +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
|
@ -5,7 +5,7 @@ const validator = require('express-validator').validator
|
|||
const miscValidators = require('./misc')
|
||||
|
||||
const podsValidators = {
|
||||
isEachUniqueUrlValid: isEachUniqueUrlValid
|
||||
isEachUniqueUrlValid
|
||||
}
|
||||
|
||||
function isEachUniqueUrlValid (urls) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue