Skip to content

Commit fcd8bfb

Browse files
authored
Merge pull request #104 from nexhacks2026/mason4
changed some data structs
2 parents 9f36a65 + db6494e commit fcd8bfb

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

ticket-backend/app/services/webhook_service.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,10 @@ def _extract_source_data(self, ticket: Ticket) -> dict[str, Any]:
121121
})
122122
elif ticket.source == TicketSource.DISCORD:
123123
source_data.update({
124-
"channel_id": content.channel_id,
125-
"user_id": content.user_id,
126-
"message_id": content.message_id,
127-
"guild_id": content.guild_id,
128124
"username": content.sender,
129125
})
130126
elif ticket.source == TicketSource.GITHUB:
131127
source_data.update({
132-
"repo": content.repo,
133128
"issue_number": content.issue_number,
134129
"author": content.sender,
135130
"url": content.url,

0 commit comments

Comments
 (0)