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

fix: update boostagram ts type to numeric #189

Closed
wants to merge 1 commit into from
Closed

Conversation

reneaaron
Copy link
Contributor

@reneaaron reneaaron requested a review from im-adithya November 12, 2024 14:57
itemID?: string;
ts?: string;
itemID?: number;
ts?: number;
Copy link

Choose a reason for hiding this comment

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

what if it is a string?

those are sent from the podcast players and I don't think we make sure that it's the correct type.

Copy link
Member

Choose a reason for hiding this comment

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

Yup, in the Hub we accept both types as it broke a while before as few podcast clients were mixing up string/number for such types, best to add support for both if we want to change this

@im-adithya
Copy link
Member

Closing in favor of #215

@im-adithya im-adithya closed this Dec 11, 2024
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.

3 participants