Skip to content

Commit

Permalink
fix mixing suboptions when "forwarded to queue"
Browse files Browse the repository at this point in the history
  • Loading branch information
allgood committed Oct 13, 2024
1 parent 33f6c5f commit ef21377
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/services/WbotServices/wbotMessageListener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1314,6 +1314,7 @@ const handleChartbot = async (ticket: Ticket, msg: WAMessage, wbot: Session, don
include: [{
model: QueueOption,
as: "options",
where: { parentId: null },
required: false,
}]
},
Expand Down

0 comments on commit ef21377

Please sign in to comment.