Skip to content

Commit d832f20

Browse files
committed
Fix types
1 parent 4117d1e commit d832f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/redux/services/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@ export interface InsightIncidentIssue {
11071107
issue_id: string;
11081108
span_id: string | null;
11091109
type: "issue";
1110-
insight_type: InsightType;
1110+
issue_type: InsightType;
11111111
criticality: number;
11121112
}
11131113

0 commit comments

Comments
 (0)