Skip to content

Commit 4471aa4

Browse files
committed
linting fixes
1 parent 39baf48 commit 4471aa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/node/src/integrations/http.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type * as http from 'http';
22
import type * as https from 'https';
3-
import type { Hub} from '@sentry/core';
3+
import type { Hub } from '@sentry/core';
44
import { spanToTraceHeader } from '@sentry/core';
55
import { addBreadcrumb, getClient, getCurrentScope } from '@sentry/core';
66
import { getCurrentHub, getDynamicSamplingContextFromClient, isSentryRequestUrl } from '@sentry/core';

packages/node/test/integrations/undici.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as http from 'http';
2-
import type { Transaction} from '@sentry/core';
2+
import type { Transaction } from '@sentry/core';
33
import { spanToTraceHeader } from '@sentry/core';
44
import { Hub, makeMain, runWithAsyncContext } from '@sentry/core';
55
import type { fetch as FetchType } from 'undici';

0 commit comments

Comments
 (0)