Browse Source

Crawl :')

Pitu 7 years ago
parent
commit
4d83ff5a28
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/uploadController.js

+ 1 - 1
controllers/uploadController.js

@@ -104,7 +104,7 @@ uploadsController.processFilesForDisplay = function(req, res, files, existingFil
 		if(domain.host === req.get('host'))
 			if(domain.hasOwnProperty('resolve'))
 				basedomain = domain.resolve
-				
+
 	if(files.length === 0){
 		return res.json({
 			success: true,