Skip to content

Commit cdf1c87

Browse files
committed
fix linter
1 parent b9906aa commit cdf1c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hub/test/session.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { SessionContext, SessionStatus } from '@sentry/types';
2+
import { timestampInSeconds } from '@sentry/utils';
23

34
import { Session } from '../src/session';
4-
import { timestampInSeconds } from '@sentry/utils';
55

66
describe('Session', () => {
77
it('initializes with the proper defaults', () => {

0 commit comments

Comments
 (0)