Skip to content

Commit bbfe9dc

Browse files
committed
now working
1 parent 2926a8e commit bbfe9dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controllers/backend/uploading.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ function areUploadsOff(uploadsOn, isNotTrustedUser, res){
114114
console.log('HERE');
115115
res.status(500);
116116
res.send({ message: 'UPLOADS_OFF'});
117-
return false;
117+
return true;
118118
}
119119

120-
return true;
120+
return false;
121121
}
122122

123123
function testIfUserRestricted(user, logObject, res){

0 commit comments

Comments
 (0)