Skip to content

Commit 7a72319

Browse files
committed
Omit nit
1 parent 3dd40f5 commit 7a72319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/alert/artifact.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export type ArtifactAlertCve = Remap<
1010
>
1111

1212
export type ArtifactAlertCveFixable = Remap<
13-
Omit<CompactSocketArtifactAlert, 'props'> & {
13+
Omit<CompactSocketArtifactAlert, 'props' | 'type'> & {
1414
type: CveAlertType
1515
props: {
1616
firstPatchedVersionIdentifier: string

0 commit comments

Comments
 (0)