Skip to content

Commit

Permalink
make OAuth2InstallParams a pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
sebm253 committed Apr 2, 2024
1 parent 428cbb0 commit 5bea14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,5 +275,5 @@ const (
type ApplicationIntegrationTypesConfig map[ApplicationIntegrationType]ApplicationIntegrationTypeConfiguration

type ApplicationIntegrationTypeConfiguration struct {
OAuth2InstallParams InstallParams `json:"oauth2_install_params"`
OAuth2InstallParams *InstallParams `json:"oauth2_install_params"`
}

0 comments on commit 5bea14e

Please sign in to comment.