Skip to content

Commit

Permalink
removed GeoIPInterceptor
Browse files Browse the repository at this point in the history
  • Loading branch information
Amruth-Vamshi committed Jan 16, 2024
1 parent 94cef28 commit 87106d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44 deletions.
41 changes: 0 additions & 41 deletions src/interceptors/geoip.interceptor.ts

This file was deleted.

3 changes: 0 additions & 3 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import compression from "@fastify/compress";
import { join } from "path";
import { CustomLogger } from "./common/logger";
import { MonitoringService } from "./modules/monitoring/monitoring.service";
import { GeoIPInterceptor } from "./interceptors/geoip.interceptor";

async function bootstrap() {
const logger = new CustomLogger("Main");
Expand Down Expand Up @@ -40,8 +39,6 @@ async function bootstrap() {
},
});

app.useGlobalInterceptors(new GeoIPInterceptor())

process.on('exit', (code) => {
console.log(`Process is exiting with code: ${code}`);
})
Expand Down

0 comments on commit 87106d5

Please sign in to comment.