Skip to content

Commit

Permalink
Removing un-needed Watches field from XscAnalyticsGeneralEventFinalize
Browse files Browse the repository at this point in the history
  • Loading branch information
eranturgeman committed Jan 12, 2025
1 parent 0eb6195 commit 9aa3d0a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions xsc/services/analytics.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,8 @@ type XscGitInfoContext struct {

type XscAnalyticsGeneralEventFinalize struct {
XscAnalyticsBasicGeneralEvent
MultiScanId string `json:"multi_scan_id,omitempty"`
GitRepoUrl string `json:"git_repository,omitempty"`
Watches []string `json:"watches,omitempty"`
MultiScanId string `json:"multi_scan_id,omitempty"`
GitRepoUrl string `json:"git_repository,omitempty"`
}

type XscAnalyticsBasicGeneralEvent struct {
Expand Down

0 comments on commit 9aa3d0a

Please sign in to comment.