Skip to content

Commit

Permalink
style: remove excess lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacro committed Jun 21, 2024
1 parent 082ebd2 commit 6aae01d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ async function bootstrap(): Promise<void> {
const app = await NestFactory.create(AppModule);
await app.listen(port, () => {
Logger.log(`App listening on port ${port}`, 'NestApplication');



});
}
bootstrap();

0 comments on commit 6aae01d

Please sign in to comment.