Skip to content

Commit 7fd087b

Browse files
committed
fix: Update TypeScript error comment for clarity in TransformerV2
1 parent e1be619 commit 7fd087b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/Status.Trans.V2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export function TransformerV2({ Components, Events }: { Components: StatusEntity
175175

176176
case StatusEnum.Analyzing:
177177
return EventStatus.Investigating;
178-
// @ts-expect-error
178+
// @ts-expect-error TS7029
179179
case StatusEnum.Reopened:
180180
dbEvent.End = undefined;
181181
case StatusEnum.Fixing:

0 commit comments

Comments
 (0)