Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Commit

Permalink
removed extraneous failure
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinadduri committed Jul 11, 2017
1 parent 6231385 commit 8c907c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/portal_server.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ app.get('/assets/download/:id', (req, res) => {
})
.catch(err => {
log.info('DeleteError:', id);
res.sendStatus(404);
});
});

Expand Down

0 comments on commit 8c907c9

Please sign in to comment.