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 new TransferCollectionQuery filters #559

Merged
merged 1 commit into from
Apr 16, 2024
Merged

Conversation

kewitz
Copy link
Contributor

@kewitz kewitz commented Apr 16, 2024

@kewitz kewitz requested a review from gustavlrsn April 16, 2024 07:35
@kewitz kewitz self-assigned this Apr 16, 2024
Comment on lines 566 to 568
if (variables.groups) {
variables.groups = splitIds(variables.groups);
}
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
if (variables.groups) {
variables.groups = splitIds(variables.groups);
}
if (variables.group) {
variables.group = splitIds(variables.group);
}

@kewitz kewitz merged commit d00a293 into main Apr 16, 2024
4 checks passed
@kewitz kewitz deleted the refact/add-new-filters branch April 16, 2024 08:08
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.

None yet

2 participants