Skip to content

Commit

Permalink
Merge pull request #54 from mssola/fix-typo
Browse files Browse the repository at this point in the history
Fix typo on bundleCustomerId
  • Loading branch information
gbuenodevsuse authored Feb 13, 2025
2 parents c863867 + 1ff2ae6 commit 8ad6ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/lib/bundles.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type TelemetryBundleHeader struct {
BundleId string `json:"bundleId" validate:"required"`
BundleTimeStamp string `json:"bundleTimeStamp" validate:"required"`
BundleClientId int64 `json:"bundleClientId" validate:"required"`
BundleCustomerId string `json:"buncleCustomerId" validate:"required"`
BundleCustomerId string `json:"bundleCustomerId" validate:"required"`
BundleAnnotations []string `json:"bundleAnnotations"`
}

Expand Down

0 comments on commit 8ad6ebd

Please sign in to comment.