Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chargome committed Nov 14, 2024
1 parent 2faf6dc commit 71e2eac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/nestjs/src/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ class SentryModule {
module: SentryModule,
providers: [
SentryService,

{
provide: APP_INTERCEPTOR,
useClass: SentryTracingInterceptor,
Expand All @@ -207,7 +206,6 @@ Global()(SentryModule);
Module({
providers: [
SentryService,

{
provide: APP_INTERCEPTOR,
useClass: SentryTracingInterceptor,
Expand Down

0 comments on commit 71e2eac

Please sign in to comment.