Browse Source

Prevent double header problem

Noah 8 years ago
parent
commit
a4f0e01201
1 changed files with 0 additions and 1 deletions
  1. 0 1
      server/status.js

+ 0 - 1
server/status.js View File

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