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

refactor: create path params types module, rename current path params to "selectors" #2606

Merged
merged 2 commits into from
Dec 6, 2024

Conversation

david-crespo
Copy link
Collaborator

What we were calling path params were really API selectors, and we weren't exporting the actual path params (with all fields required) so that we could use them in places. This PR renames the existing PP to Sel and creates a new PP that is the real PP.

Copy link

vercel bot commented Dec 6, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
console ✅ Ready (Inspect) Visit Preview Dec 6, 2024 4:47pm

Copy link
Contributor

@charliepark charliepark left a comment

Choose a reason for hiding this comment

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

nice!

@david-crespo david-crespo enabled auto-merge (squash) December 6, 2024 16:46
@david-crespo david-crespo merged commit 243c55d into main Dec 6, 2024
8 checks passed
@david-crespo david-crespo deleted the cleanup-params branch December 6, 2024 16:55
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.

2 participants