Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jun 12, 2024
1 parent aacbbc5 commit 05c31de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions game/game.go
Original file line number Diff line number Diff line change
Expand Up @@ -454,8 +454,8 @@ type Game struct {
ChatLanguageISO639_1 string `methods:"POST,PUT"`
GameMasterEnabled bool `methods:"POST"`
RequireGameMasterInvitation bool `methods:"POST,PUT"`
DiscordGameStartedWebhook string `json:",omitempty" methods:"POST"`
DiscordPhaseUpdatedWebhook string `json:",omitempty" methods:"POST"`
GameStartedDiscordWebhook string `json:",omitempty" methods:"POST"`
PhaseUpdatedDiscordWebhook string `json:",omitempty" methods:"POST"`

GameMasterInvitations GameMasterInvitations
GameMaster auth.User
Expand Down

0 comments on commit 05c31de

Please sign in to comment.