Skip to content

Commit

Permalink
fix: 사용하지 않는 Import 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Fixtar committed Dec 2, 2024
1 parent 8c8c792 commit 5244322
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/api/src/app.module.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { MiddlewareConsumer, Module, NestModule } from '@nestjs/common';
import { ConfigModule } from '@nestjs/config';
import { ScheduleModule } from '@nestjs/schedule';
import { ThrottlerModule } from '@nestjs/throttler';
import { TypeOrmModule } from '@nestjs/typeorm';

Expand Down

0 comments on commit 5244322

Please sign in to comment.