We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96607f commit bf989f4Copy full SHA for bf989f4
src/utils/alert/artifact.ts
@@ -10,7 +10,7 @@ export type ArtifactAlertCve = Remap<
10
>
11
12
export type ArtifactAlertCveFixable = Remap<
13
- Omit<CompactSocketArtifactAlert, 'props'> & {
+ Omit<CompactSocketArtifactAlert, 'props' | 'type'> & {
14
type: CveAlertType
15
props: {
16
firstPatchedVersionIdentifier: string
0 commit comments