-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
chore: remove redundant word in comment #7516
base: main
Are you sure you want to change the base?
Conversation
Please fill out the PR form. |
Thanks. Done. |
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.
Sorry for the late review.
This PR makes changes to the TS types generated from the OpenAPI schema. That's a no-no - we should only change the root pydantic models that are used to generate the OpenAPI schema, then generate TS types from those.
As a result, the OpenAPI schema and TS types don't match. We have a CI check for this that has failed.
You'll need to update the pydantic models to fix the spelling error, then generate new TS types. Please do not edit schema.ts
directly.
Signed-off-by: luchenhan <[email protected]>
Thank you for your reply. I have reverted the changes made to schema.ts. |
Summary
remove redundant word in comment
Related Issues / Discussions
QA Instructions
No need.
Merge Plan
Just merge normally
Checklist
What's New
copy (if doing a release after this PR)