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: Make item ids filter a String instead of a u32 #45

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

peasee
Copy link
Contributor

@peasee peasee commented Dec 1, 2023

For the Reviewer

In this repo, we try to follow the conventional comments guidebook when providing feedback to PRs. Please follow the guidebook, to make reviewing a smoother experience for you and me!

What

Fixes the value type for item_ids in the Filter struct, correctly making it a Vec<String> instead of a Vec<u32>.

Why

Because the V7 API represents item_ids as UUIDs, which are Strings.

@peasee peasee added the bug Something isn't working label Dec 1, 2023
@peasee peasee self-assigned this Dec 1, 2023
Copy link
Contributor

@comozo comozo left a comment

Choose a reason for hiding this comment

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

Thanks for fixing this 👍🏿

@comozo comozo merged commit e67b04b into main Dec 4, 2023
10 checks passed
@comozo comozo deleted the bug/item-ids-string branch December 4, 2023 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants