Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
salonichf5 committed Feb 21, 2024
1 parent 33e5f84 commit 171b636
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/mode/static/telemetry/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ type ProjectMetadata struct {
type Data struct {
ProjectMetadata ProjectMetadata
ClusterID string
ImageSource string
Arch string
DeploymentID string
ImageSource string
Expand Down Expand Up @@ -135,7 +134,6 @@ func (c DataCollectorImpl) Collect(ctx context.Context) (Data, error) {
ImageSource: c.cfg.ImageSource,
Arch: runtime.GOARCH,
DeploymentID: deploymentID,
ImageSource: c.cfg.ImageSource,
}

return data, nil
Expand Down

0 comments on commit 171b636

Please sign in to comment.