Skip to content

Commit

Permalink
fix lint imports
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich committed Mar 20, 2023
1 parent 6191530 commit b15cb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/tracing/transaction.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { IdleTransaction } from '@sentry/tracing';
import type { BeforeFinishCallback } from '@sentry/core/types/tracing/idletransaction';
import type { IdleTransaction } from '@sentry/tracing';
import { logger } from '@sentry/utils';

/**
Expand Down

0 comments on commit b15cb59

Please sign in to comment.