-
Notifications
You must be signed in to change notification settings - Fork 16
Path builder imageNew -> imagesNew, etc, to match route paths
#2030
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| snapshotImageCreate: (params: Snapshot) => | ||
| `${pb.project(params)}/snapshots/${params.snapshot}/image-new`, | ||
| snapshotImagesNew: (params: Snapshot) => | ||
| `${pb.project(params)}/snapshots/${params.snapshot}/images-new`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On this one (only this one) I actually changed the route too because it was wrong.
| /> | ||
| <Route | ||
| path="snapshots/:snapshot/image-new" | ||
| path="snapshots/:snapshot/images-new" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
zero grep results for image-new after changing this
oxidecomputer/console@269c2c8...784e8aa * [784e8aac](oxidecomputer/console@784e8aac) oxidecomputer/console#2035 * [da07ce01](oxidecomputer/console@da07ce01) oxidecomputer/console#2039 * [04b56b02](oxidecomputer/console@04b56b02) oxidecomputer/console#2037 * [55a72c86](oxidecomputer/console@55a72c86) oxidecomputer/console#2036 * [f0cf2be5](oxidecomputer/console@f0cf2be5) oxidecomputer/console#2033 * [3ad46af4](oxidecomputer/console@3ad46af4) oxidecomputer/console#2032 * [cd1bff5c](oxidecomputer/console@cd1bff5c) bump playwright and react query and stuff * [08bd3fe5](oxidecomputer/console@08bd3fe5) oxidecomputer/console#2030 * [02701738](oxidecomputer/console@02701738) forgot to delete app/ui/index.ts
oxidecomputer/console@269c2c8...784e8aa * [784e8aac](oxidecomputer/console@784e8aac) oxidecomputer/console#2035 * [da07ce01](oxidecomputer/console@da07ce01) oxidecomputer/console#2039 * [04b56b02](oxidecomputer/console@04b56b02) oxidecomputer/console#2037 * [55a72c86](oxidecomputer/console@55a72c86) oxidecomputer/console#2036 * [f0cf2be5](oxidecomputer/console@f0cf2be5) oxidecomputer/console#2033 * [3ad46af4](oxidecomputer/console@3ad46af4) oxidecomputer/console#2032 * [cd1bff5c](oxidecomputer/console@cd1bff5c) bump playwright and react query and stuff * [08bd3fe5](oxidecomputer/console@08bd3fe5) oxidecomputer/console#2030 * [02701738](oxidecomputer/console@02701738) forgot to delete app/ui/index.ts
Just a silly inconsistency I noticed recently.