Get proper path to local keyfile when selected

This commit is contained in:
Nick O'Leary
2018-01-11 11:19:04 +00:00
parent 6516e0dfd2
commit 3306d30094
5 changed files with 25 additions and 7 deletions

View File

@@ -338,7 +338,6 @@ module.exports = {
res.status(204).end();
})
.catch(function(err) {
console.log(err.stack);
if (err.code) {
res.status(400).json({error:err.code, message: err.message});
} else {