Skip to content

Commit

Permalink
fix(tickets): creation has no response #423 by alsemany
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel authored Jul 18, 2021
2 parents d2cab62 + e42bb5e commit dcfde5f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.7](https://github.com/polonel/trudesk/compare/v1.1.6...v1.1.7) (2021-07-15)


### Bug Fixes

* **import:** importing users with csv [#418](https://github.com/polonel/trudesk/issues/418) ([d2cab62](https://github.com/polonel/trudesk/commit/d2cab62))

## [1.1.6](https://github.com/polonel/trudesk/compare/v1.1.5...v1.1.6) (2021-06-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trudesk",
"version": "1.1.6",
"version": "1.1.7",
"private": true,
"engines": {
"node": ">=9.10.0"
Expand Down
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 dcfde5f

Please sign in to comment.