1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00

Use const/let now we use node 4.2

This commit is contained in:
Chocobozzz 2016-03-16 22:29:27 +01:00
parent 5101105ef9
commit f0f5567b69
36 changed files with 424 additions and 432 deletions

View file

@ -1,9 +1,9 @@
'use strict'
var checkErrors = require('./utils').checkErrors
var logger = require('../../helpers/logger')
const checkErrors = require('./utils').checkErrors
const logger = require('../../helpers/logger')
var reqValidatorsRemote = {
const reqValidatorsRemote = {
remoteVideosAdd: remoteVideosAdd,
remoteVideosRemove: remoteVideosRemove,
secureRequest: secureRequest