Skip to content

Commit 5922598

Browse files
committed
organize imports
1 parent 92b7b43 commit 5922598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nestjs/src/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ import {
2020
logger,
2121
spanToJSON,
2222
} from '@sentry/core';
23+
import type { ExpressRequest, FastifyRequest } from '@sentry/node';
2324
import type { Observable } from 'rxjs';
2425
import { isExpectedError } from './helpers';
25-
import type { FastifyRequest, ExpressRequest } from '@sentry/node';
2626

2727
/**
2828
* Note: We cannot use @ syntax to add the decorators, so we add them directly below the classes as function wrappers.

0 commit comments

Comments
 (0)