diff --git a/src/controllers/api/v1/tickets.js b/src/controllers/api/v1/tickets.js index 91dcf7ab3..4b5bec936 100644 --- a/src/controllers/api/v1/tickets.js +++ b/src/controllers/api/v1/tickets.js @@ -468,6 +468,7 @@ apiTickets.create = function (req, res) { }) response.ticket = tt + res.json(response) }) }) }