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

Changed-cognitive-complexity #95

Open
wants to merge 5 commits into
base: f24
Choose a base branch
from

Conversation

Aya-Abdel-Hamid
Copy link

@Aya-Abdel-Hamid Aya-Abdel-Hamid commented Sep 5, 2024

This update resolves several linting errors and import path issues in the groups.js file. The self-import of the groups module was removed to fix the "module imports itself" error. Additionally, the unresolved path issues for the user and logGroupEvent imports were addressed by correcting the relative paths and ensuring proper module resolution. The logGroupEvent function, previously misidentified as being imported from a non-existent file, is now correctly imported from the ../utils module where it is defined as a shared utility function. Though I fixed the above mentioned errors, the code still fails some lint tests on github.

Copy link

sonarcloud bot commented Sep 5, 2024

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.

1 participant