Pitu il y a 8 ans
Parent
commit
4d83ff5a28
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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,