Skip to content

fix: incorrect argument type in NewDisabledModulesDecorator #2593

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

barajeel
Copy link

@barajeel barajeel commented Apr 1, 2025

The NewDisabledModulesDecorator function expects a slice of strings ([]string), but individual string arguments were passed instead. Updated the call to correctly wrap the module names in a slice.

@barajeel barajeel requested a review from a team April 1, 2025 19:57
@github-actions github-actions bot added the C:Testing Assigned automatically by the PR labeler label Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:Testing Assigned automatically by the PR labeler
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant