Skip to content

Commit c8449f1

Browse files
committed
fix linting
1 parent b76ef3c commit c8449f1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/node/test/async/domain.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable deprecation/deprecation */
2-
import type { Hub} from '@sentry/core';
2+
import type { Hub } from '@sentry/core';
33
import { getCurrentHub, getCurrentScope, setAsyncContextStrategy, withScope } from '@sentry/core';
44
import { getIsolationScope, withIsolationScope } from '@sentry/core';
55
import type { Scope } from '@sentry/types';

packages/node/test/async/hooks.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* eslint-disable deprecation/deprecation */
2-
import type {
3-
Hub} from '@sentry/core';
2+
import type { Hub } from '@sentry/core';
43
import {
54
getCurrentHub,
65
getCurrentScope,

0 commit comments

Comments
 (0)