Skip to content

Commit

Permalink
Merge pull request #195 from zond/johnpooch/add-webhooks-to-game
Browse files Browse the repository at this point in the history
Fix datastore types
  • Loading branch information
johnpooch authored Jun 14, 2024
2 parents b42db4e + 46280f8 commit 0808d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/game.go
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ type Game struct {
ChatLanguageISO639_1 string `methods:"POST,PUT"`
GameMasterEnabled bool `methods:"POST"`
RequireGameMasterInvitation bool `methods:"POST,PUT"`
DiscordWebhooks *DiscordWebhooks `methods:"POST" datastore:",noindex"`
DiscordWebhooks DiscordWebhooks `methods:"POST" datastore:",noindex"`

GameMasterInvitations GameMasterInvitations
GameMaster auth.User
Expand Down

0 comments on commit 0808d8a

Please sign in to comment.