Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Commit

Permalink
Int-CI-Moderation-EditCase: Reflect latest CaseData change
Browse files Browse the repository at this point in the history
  • Loading branch information
RadiatedExodus committed Mar 10, 2024
1 parent e69adde commit 1c76de9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/interactions/commands/moderation/editCase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ export const Command: MeteoriumChatCommand = {
Action: caseData.Action,
TargetUserId: caseData.TargetUserId,
ModeratorUserId: caseData.ModeratorUserId,
Active: caseData.Active,
RelatedCaseId: caseData.RelatedCaseId,
PublicLogMsgId: caseData.PublicLogMsgId,
CreatedAt: caseData.CreatedAt,

Expand Down

0 comments on commit 1c76de9

Please sign in to comment.