aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/remote.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/controllers/api/remote.js')
-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')