Explorar el Código

Prevent double header problem

Noah hace 7 años
padre
commit
a4f0e01201
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      server/status.js

+ 0 - 1
server/status.js Ver fichero

@@ -9,7 +9,6 @@ module.exports = function(req, res) {
9 9
     .await(function(err, jobs, hash) {
10 10
 
11 11
       if (err) {
12
-        res.status(500).json("Unknown error.");
13 12
         throw err;
14 13
       }
15 14