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

Fixed types for queries using an array of with queries #129

Merged
merged 2 commits into from
Sep 16, 2024
Merged

Conversation

NuroDev
Copy link
Member

@NuroDev NuroDev commented Sep 14, 2024

This PR fixes an issue with the query types where an array of with queries is not allowed to be passed, where in reality this is actually supported.

Before: T
After: T | Array<T>

@NuroDev NuroDev added the bug fix A problem was resolved label Sep 14, 2024
@NuroDev NuroDev self-assigned this Sep 14, 2024
@NuroDev NuroDev enabled auto-merge (squash) September 14, 2024 09:27
Copy link

Released an experimental package:

bun add ronin@ben-ron-1070-experimental

This package will be removed after the pull request has been merged.

@NuroDev NuroDev merged commit 90315f7 into main Sep 16, 2024
5 checks passed
@NuroDev NuroDev deleted the ben/ron-1070 branch September 16, 2024 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fix A problem was resolved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants