-
Notifications
You must be signed in to change notification settings - Fork 2.4k
[WEB-4354] fix: moved fetch-keys constants to packages #7239
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
base: preview
Are you sure you want to change the base?
Conversation
WalkthroughA central export for fetch key constants was added to the shared constants package. All usages throughout the codebase were updated to import these constants from the shared package instead of local or relative paths. This change standardizes and consolidates the import of constants across multiple modules and components. Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (29)
🔇 Additional comments (30)
|
Pull Request Linked with Plane Work Items
Comment Automatically Generated by Plane |
Delete the old fetch keys file and replace all the instances where we are using it. |
Description
Moved fetch-keys constants to packages
Summary by CodeRabbit