Skip to content

Commit 174ffe2

Browse files
committed
yarn fix
1 parent 48134b2 commit 174ffe2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/test/lib/integrations/inboundfilters.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
import { InboundFilters, InboundFiltersOptions } from '../../../src/integrations/inboundfilters';
21
import { EventProcessor } from '@sentry/types';
32

3+
import { InboundFilters, InboundFiltersOptions } from '../../../src/integrations/inboundfilters';
4+
45
/** JSDoc */
56
function createInboundFiltersEventProcessor(
67
options: Partial<InboundFiltersOptions> = {},

0 commit comments

Comments
 (0)