Browse Source

Prevent double header problem

Noah 7 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,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