Skip to content

Commit

Permalink
chore: clean up unused env (#3958)
Browse files Browse the repository at this point in the history
  • Loading branch information
utsabc authored Jan 3, 2025
1 parent b3280ad commit 0cc278a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/routes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ import { isNotEmpty } from '../v0/util';

dotenv.config();

// eslint-disable-next-line @typescript-eslint/no-unused-vars
const enableSwagger = process.env.ENABLE_SWAGGER === 'true';

export function applicationRoutes(app: Koa<any, object>) {
app.use(proxyRoutes);
app.use(destinationRoutes);
Expand Down

0 comments on commit 0cc278a

Please sign in to comment.