Skip to content

Commit

Permalink
removed some unused includes in the download-routes
Browse files Browse the repository at this point in the history
  • Loading branch information
supernomad committed Jul 3, 2015
1 parent 810660c commit 1bd76c3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions routes/chunked-download-routes.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/* global Buffer */
var async = require('async'),
apiModels = require('../libs/models/apiModels'),
var apiModels = require('../libs/models/apiModels'),
errorModels = require('../libs/models/errorModels'),
guidHelper = require('../libs/helpers/guidHelper'),
typeHelper = require('../libs/helpers/typeHelper'),
Expand Down

0 comments on commit 1bd76c3

Please sign in to comment.