Skip to content

Commit 1e7a426

Browse files
committed
fix: Typo
1 parent 93902d6 commit 1e7a426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/hub.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Client } from './client';
33
import { Event, EventHint } from './event';
44
import { Integration, IntegrationClass } from './integration';
55
import { Scope } from './scope';
6-
import { Severity } from './Severity';
6+
import { Severity } from './severity';
77

88
export interface Hub {
99
/**

0 commit comments

Comments
 (0)