Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
chore
  • Loading branch information
sally0226 committed Jul 6, 2024
1 parent b2cf7cb commit 0fa5fec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
3 changes: 1 addition & 2 deletions src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { MikroOrmModule } from '@mikro-orm/nestjs';
import { LoggerMiddleware } from 'src/core/intercepters/logging.interceptor';
import { InviteLinkModule } from 'src/invite-link/invite-link.module';

import { AppService } from './app.service';
import { AuthModule } from './auth/auth.module';
import { getNodeEnv, isIgnoreEnvFile } from './common/helper/env.helper';
import { envValidation } from './common/helper/env.validation';
Expand Down Expand Up @@ -39,7 +38,7 @@ import { UtilModule } from './util/util.module';
InviteLinkModule,
],
controllers: [],
providers: [AppService],
providers: [],
})
export class AppModule implements NestModule {
configure(consumer: MiddlewareConsumer): void {
Expand Down
8 changes: 0 additions & 8 deletions src/app.service.ts

This file was deleted.

0 comments on commit 0fa5fec

Please sign in to comment.