-
Notifications
You must be signed in to change notification settings - Fork 126
use table for nexus registry #3064
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 GitHub.
|
rossnelson
left a comment
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.
Awesome! The move to runes is a great choice.
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.
All good on your end. just noticed some preexisting stuff that might be worth addressing.
|
| const payloads = await encodePayloads({ | ||
| input: JSON.stringify(body.spec.descriptionString), | ||
| encoding: 'json/plain', | ||
| }); |
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.
⚠️ Element implicitly has an 'any' type because expression of type '0' can't be used to index type 'IPayloads'.
| const payloads = await encodePayloads({ | ||
| input: JSON.stringify(body.spec.descriptionString), | ||
| encoding: 'json/plain', | ||
| }); |
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.
⚠️ Element implicitly has an 'any' type because expression of type '0' can't be used to index type 'IPayloads'.
| delete body.spec.descriptionString; | ||
| } | ||
| try { |
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.
⚠️ Argument of type 'string | null | undefined' is not assignable to parameter of type 'string'.
| } | ||
| try { | ||
| await updateNexusEndpoint(endpoint.id, body); |
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.
⚠️ Argument of type 'string | null | undefined' is not assignable to parameter of type 'string'.
| error = undefined; | ||
| loading = true; | ||
| try { |
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.
⚠️ Argument of type 'string | null | undefined' is not assignable to parameter of type 'string'.


Description & motivation 💭
Screenshots (if applicable) 📸
Design Considerations 🎨
Testing 🧪
How was this tested 👻
Steps for others to test: 🚶🏽♂️🚶🏽♀️
Checklists
Draft Checklist
Merge Checklist
Issue(s) closed
Docs
Any docs updates needed?