Skip to content

Commit

Permalink
fix: remove comments
Browse files Browse the repository at this point in the history
Signed-off-by: Krishna Waske <[email protected]>
  • Loading branch information
GHkrishna committed Jul 17, 2024
1 parent c32c5f3 commit 66e6205
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import { proofEvents } from './events/ProofEvents'
import { questionAnswerEvents } from './events/QuestionAnswerEvents'
import { RegisterRoutes } from './routes/routes'
import { SecurityMiddleware } from './securityMiddleware'

Check failure on line 21 in src/server.ts

View workflow job for this annotation

GitHub Actions / Validate

There should be at least one empty line between import groups
// Needed here, before app init
import dotenv from 'dotenv';

Check failure on line 22 in src/server.ts

View workflow job for this annotation

GitHub Actions / Validate

`dotenv` import should occur before import of `express`

Check failure on line 22 in src/server.ts

View workflow job for this annotation

GitHub Actions / Validate

Delete `;`

dotenv.config();

Check failure on line 24 in src/server.ts

View workflow job for this annotation

GitHub Actions / Validate

Delete `;`
Expand Down

0 comments on commit 66e6205

Please sign in to comment.