Skip to content

Commit

Permalink
Merge pull request #120 from saiteja-madha/fix-ticket-roles
Browse files Browse the repository at this point in the history
Fix Ticket Roles
  • Loading branch information
saiteja-madha authored Apr 16, 2022
2 parents 4f7d86b + 687e05c commit b191b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/schemas/Message.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = {
message_id: messageId,
ticket: {
title,
support_role: [roleId],
support_roles: [roleId],
},
}).save(),

Expand Down

0 comments on commit b191b57

Please sign in to comment.