aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-12-30 12:23:53 +0100
committerChocobozzz <florian.bigard@gmail.com>2016-12-30 12:23:53 +0100
commitefe923bcdaf15b47593ad8583df09a92c715ac6c (patch)
tree1944856cd35ff8e1845a31ef776d4cf965b4be34 /server/controllers/api
parent818f7987eba27c59793e2103168b26129c9404f2 (diff)
downloadPeerTube-efe923bcdaf15b47593ad8583df09a92c715ac6c.tar.gz
PeerTube-efe923bcdaf15b47593ad8583df09a92c715ac6c.tar.zst
PeerTube-efe923bcdaf15b47593ad8583df09a92c715ac6c.zip
Server: split check params tests
Diffstat (limited to 'server/controllers/api')
-rw-r--r--server/controllers/api/remote.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/controllers/api/remote.js b/server/controllers/api/remote.js
index a36c31c38..be5e6dc98 100644
--- a/server/controllers/api/remote.js
+++ b/server/controllers/api/remote.js
@@ -1,6 +1,5 @@
1'use strict' 1'use strict'
2 2
3const each = require('async/each')
4const eachSeries = require('async/eachSeries') 3const eachSeries = require('async/eachSeries')
5const express = require('express') 4const express = require('express')
6const waterfall = require('async/waterfall') 5const waterfall = require('async/waterfall')