Skip to content
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: Replace relative imports with absolute src/ imports #39

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

tuminzee
Copy link
Contributor

This PR refactors the code by replacing deeply nested relative imports (e.g., ../../../../service) with absolute imports using the src/ path (e.g., src/webhooks/). This improves code readability, maintainability, and reduces the risk of errors caused by incorrect relative path navigation.

This PR might touch a lot of files, and it could seem to be a big change but it's not. I am just changing the imports.
Let me know if I should change anything here @christianmat

@christianmat christianmat merged commit 23610f1 into FrigadeHQ:main Dec 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants