diff options
Diffstat (limited to 'server/controllers/api')
-rw-r--r-- | server/controllers/api/remote.js | 1 |
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 | ||
3 | const each = require('async/each') | ||
4 | const eachSeries = require('async/eachSeries') | 3 | const eachSeries = require('async/eachSeries') |
5 | const express = require('express') | 4 | const express = require('express') |
6 | const waterfall = require('async/waterfall') | 5 | const waterfall = require('async/waterfall') |