Skip to content

Commit

Permalink
showTicketServices.ts: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
allgood committed Jul 6, 2024
1 parent d40c47c commit eb3c6b0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion backend/src/services/TicketServices/ShowTicketService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,15 @@ const ShowTicketService = async (
{
model: Contact,
as: "contact",
attributes: ["id", "name", "number", "email", "profilePicUrl", "presence", "disableBot"],
attributes: [
"id",
"name",
"number",
"email",
"profilePicUrl",
"presence",
"disableBot"
],
include: ["extraInfo"]
},
{
Expand Down

0 comments on commit eb3c6b0

Please sign in to comment.