Skip to content

Commit df8a544

Browse files
committed
lint fix
1 parent f46e8f1 commit df8a544

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/utils/test/clientreport.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
import { ClientReport } from '@sentry/types';
2+
13
import { createClientReportEnvelope } from '../src/clientreport';
24
import { serializeEnvelope } from '../src/envelope';
3-
import { ClientReport } from '@sentry/types';
45

56
const DEFAULT_DISCARDED_EVENTS: Array<ClientReport['discarded_events']> = [
67
{

0 commit comments

Comments
 (0)