Skip to content

Commit e0b6f96

Browse files
Arta AsadiArta Asadi
authored andcommitted
fix: edit UsageTrackerRequest
1 parent eda5a95 commit e0b6f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/api/shared-entities/information.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type CspmUsageRequest struct {
1717
type UsageTrackerPluginInfo struct {
1818
Name string `json:"name"`
1919
Version string `json:"version"`
20-
IntegrationCount int `json:"integration_count"`
20+
IntegrationCount int64 `json:"integration_count"`
2121
}
2222

2323
type UsageTrackerRequest struct {

0 commit comments

Comments
 (0)