improvement: move sentry config to .env

This commit is contained in:
canove
2020-08-13 17:58:37 -03:00
parent 7850a0cdfa
commit 5b429bda87
4 changed files with 25 additions and 15 deletions

View File

@@ -87,7 +87,7 @@ exports.index = async (req, res) => {
};
}
const { count, rows: tickets } = await Ticket.findAndCountAll({
const { count, rows: tickets } = await Ticket.findAndCoundtAll({
where: whereCondition,
distinct: true,
include: includeCondition,