Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add eventSub cost to Helix #299

Merged
merged 2 commits into from Sep 30, 2021
Merged

Add eventSub cost to Helix #299

merged 2 commits into from Sep 30, 2021

Conversation

serycodes
Copy link
Contributor

Type: Improvement
Fixes: #298

@@ -31,6 +31,7 @@ export interface HelixEventSubSubscriptionData {
id: string;
status: HelixEventSubSubscriptionStatus;
type: string;
cost: string;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cost is a number, not a string.

@d-fischer d-fischer changed the base branch from main to versions/5.0 September 30, 2021 17:35
@d-fischer d-fischer merged commit 88cc521 into twurple:versions/5.0 Sep 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accessing the cost of an eventSub subscription
2 participants