Skip to content

Commit 0e337f6

Browse files
committed
fix lint
1 parent 2350bdb commit 0e337f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/test/lib/base.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1738,7 +1738,7 @@ describe('BaseClient', () => {
17381738
const options = getDefaultTestClientOptions({ dsn: PUBLIC_DSN });
17391739
const client = new TestClient(options);
17401740

1741-
let mockTransaction = {
1741+
const mockTransaction = {
17421742
traceId: '86f39e84263a4de99c326acab3bfe3bd',
17431743
} as Transaction;
17441744

0 commit comments

Comments
 (0)