Skip to content

Commit

Permalink
fix: πŸ› configService is undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumeisongsong committed Dec 10, 2024
1 parent 5c01a2d commit 1a5bc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/users/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ async function bootstrap() {
const app = await NestFactory.create(AppModule);

const configService = app.get(ConfigService);
const config = configService.get('userApp');
const config = configService.get('usersApp');

await app.listen(config.port);
Logger.log(
Expand Down

0 comments on commit 1a5bc5b

Please sign in to comment.