Skip to content

Commit

Permalink
Fix destroy_mission return
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqksoliman committed Oct 25, 2019
1 parent edd7c33 commit c01db6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API/routes/configs.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ router.post('/destroy', function(req, res, next) {
stdout,
stderr
) {
res.send( { s: stdout, d: process.cwd() } );
res.send( stdout );
});
})
.catch( err => {
Expand Down

0 comments on commit c01db6d

Please sign in to comment.