Skip to content

Commit

Permalink
Update discord properties in Community interface
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonejt committed Nov 3, 2023
1 parent c91ec2e commit 38d1004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/backend/communities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ interface Community {
platform: number
community_id: string
communityID?: string
discord_log_channel: string | null
discord_notify_target: string | null
discord_log_channel?: string
discord_notify_target?: string
}

export default class Communities {
Expand Down

0 comments on commit 38d1004

Please sign in to comment.