Skip to content

Commit

Permalink
Make AuthorizingIntegrationOwners' field public
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbt365 committed Jul 29, 2024
1 parent c7540cd commit 7b8dbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/application/interaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ pub enum AuthorizingIntegrationOwner {
#[cfg(feature = "unstable_discord_api")]
#[derive(Clone, Debug, Default)]
#[repr(transparent)]
pub struct AuthorizingIntegrationOwners(Vec<AuthorizingIntegrationOwner>);
pub struct AuthorizingIntegrationOwners(pub Vec<AuthorizingIntegrationOwner>);

#[cfg(feature = "unstable_discord_api")]
impl<'de> serde::Deserialize<'de> for AuthorizingIntegrationOwners {
Expand Down

0 comments on commit 7b8dbad

Please sign in to comment.