Skip to content

Commit b5e1428

Browse files
FrankLiu4138Copilot
andcommitted
Use source field instead of hasCVEIssue in show event
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9bfe9dd commit b5e1428

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/upgrade/display/notificationManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class NotificationManager implements IUpgradeIssuesRenderer {
9393
sendInfo(operationId, {
9494
operationName: "java.dependency.upgradeNotification.show",
9595
extensionState,
96-
hasCVEIssue: hasCVEIssue ? "true" : "false",
96+
source: hasCVEIssue ? Upgrade.SOURCE_CVE : Upgrade.SOURCE_JAVA_UPGRADE,
9797
});
9898

9999
const buttons = hasCVEIssue

0 commit comments

Comments
 (0)