Skip to content

fix: remove redundant ConfigModule import from HomeModule#2175

Open
UmanMushtaq wants to merge 1 commit into
brocoders:mainfrom
UmanMushtaq:fix/remove-redundant-configmodule-import
Open

fix: remove redundant ConfigModule import from HomeModule#2175
UmanMushtaq wants to merge 1 commit into
brocoders:mainfrom
UmanMushtaq:fix/remove-redundant-configmodule-import

Conversation

@UmanMushtaq

Copy link
Copy Markdown

Fixes #2077

ConfigModule is already registered with isGlobal: true in AppModule,
making the explicit import in HomeModule redundant. Removed the unnecessary
import to keep the codebase clean and consistent with NestJS best practices.

@UmanMushtaq UmanMushtaq mentioned this pull request Apr 30, 2026
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.

Extra import

1 participant