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(client): fix terms expression rendering #130

Merged

Conversation

petevdp
Copy link
Contributor

@petevdp petevdp commented Apr 28, 2024

fixes small bug in terms rendering which causes a garbled terms clause do to a missing destructuring call:

For example, before this fix {... terms: {world_id: "19"} produces terms:world_id,19=0 instead of terms:world_id=19.

Copy link

changeset-bot bot commented Apr 28, 2024

🦋 Changeset detected

Latest commit: e02ffca

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
ps2census Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@microwavekonijn microwavekonijn self-requested a review April 29, 2024 06:32
@microwavekonijn microwavekonijn added bug Something isn't working rest Issue relates to the REST api labels Apr 29, 2024
Copy link
Owner

@microwavekonijn microwavekonijn left a comment

Choose a reason for hiding this comment

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

Cheers 👍

@microwavekonijn microwavekonijn merged commit 0832632 into microwavekonijn:master Apr 29, 2024
2 of 3 checks passed
@github-actions github-actions bot mentioned this pull request Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working rest Issue relates to the REST api
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants