]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/middlewares/validators/videos.js
Server: remove useless hash affectations
[github/Chocobozzz/PeerTube.git] / server / middlewares / validators / videos.js
index e51087d5af9edabcc9825a955721210a5f5c59f6..76e943e77b2ed363a1385b8176d4475592a6c992 100644 (file)
@@ -10,10 +10,10 @@ const logger = require('../../helpers/logger')
 const Video = mongoose.model('Video')
 
 const validatorsVideos = {
-  videosAdd: videosAdd,
-  videosGet: videosGet,
-  videosRemove: videosRemove,
-  videosSearch: videosSearch
+  videosAdd,
+  videosGet,
+  videosRemove,
+  videosSearch
 }
 
 function videosAdd (req, res, next) {