-
Notifications
You must be signed in to change notification settings - Fork 158
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: hardcoded sdk methods with console sdk #1722
base: main
Are you sure you want to change the base?
Conversation
The preview deployment is ready. 🟢 Open Preview | Open Build Logs Last updated at: 2025-03-12 06:24:15 CET |
The preview deployment is ready. 🟢 Open Preview | Open Build Logs Last updated at: 2025-03-12 06:24:10 CET |
The preview deployment is ready. 🟢 Open Preview | Open Build Logs Last updated at: 2025-03-12 06:24:15 CET |
The preview deployment is ready. 🟢 Open Preview | Open Build Logs Last updated at: 2025-03-12 06:24:14 CET |
src/routes/(console)/project-[project]/settings/usage/[[invoice]]/+page.ts
Show resolved
Hide resolved
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.
LGTM, added Damodar for another set of review.
What does this PR do?
Till now we were using a mixture of console sdk and hardcoded sdk methods in the repo. This lead to confusion and repetition of a lot of code.
This PR fixes this and adds any methods pending to be added to the console-sdk itself.
Test Plan
Related PRs and Issues
Have you read the Contributing Guidelines on issues?
Yes.