Skip to content

Commit

Permalink
Cleanup imports (CI/CD test) (#54)
Browse files Browse the repository at this point in the history
* cleanup

* cleanup imports

* clean
  • Loading branch information
Kluskey committed Mar 25, 2024
1 parent ed4c7ea commit a27ccd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mirror-web-server/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ require('dotenv').config()
import { ValidationPipe } from '@nestjs/common'
import { NestFactory } from '@nestjs/core'
import { NestExpressApplication } from '@nestjs/platform-express'
import { IoAdapter } from '@nestjs/platform-socket.io'
import { WsAdapter } from '@nestjs/platform-ws'
import { DocumentBuilder, SwaggerModule } from '@nestjs/swagger'
import { SentryService } from '@ntegral/nestjs-sentry'
Expand Down

0 comments on commit a27ccd7

Please sign in to comment.