Skip to content

Commit

Permalink
chore: treat id as alias in charity eventsub (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
iProdigy committed Sep 17, 2022
1 parent 1de8b64 commit fbdfdd7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -20,7 +20,7 @@ public class ChannelCharityDonateEvent extends EventSubUserChannelEvent {
/**
* An ID that uniquely identifies the charity campaign.
*/
@JsonProperty("id")
@JsonAlias("id")
private String campaignId;

/**
Expand Down

0 comments on commit fbdfdd7

Please sign in to comment.