Skip to content

Commit

Permalink
fix ticket creation has no response
Browse files Browse the repository at this point in the history
fix ticket creation has no response
  • Loading branch information
alsemany authored Jul 18, 2021
1 parent 463607b commit e42bb5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controllers/api/v1/tickets.js
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,7 @@ apiTickets.create = function (req, res) {
})

response.ticket = tt
res.json(response)
})
})
}
Expand Down

0 comments on commit e42bb5e

Please sign in to comment.