Explorar el Código

Prevent double header problem

Noah hace 9 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
     .await(function(err, jobs, hash) {
9
     .await(function(err, jobs, hash) {
10
 
10
 
11
       if (err) {
11
       if (err) {
12
-        res.status(500).json("Unknown error.");
13
         throw err;
12
         throw err;
14
       }
13
       }
15
 
14