Skip to content

Commit eda5a95

Browse files
Arta AsadiArta Asadi
authored andcommitted
fix: add UsageTrackerRequest
1 parent 9aa8846 commit eda5a95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/api/shared-entities/information.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package shared_entities
22

33
import (
4-
"github.com/google/uuid"
54
"time"
65
)
76

@@ -22,7 +21,7 @@ type UsageTrackerPluginInfo struct {
2221
}
2322

2423
type UsageTrackerRequest struct {
25-
InstanceID uuid.UUID `json:"instance_id"`
24+
InstanceID string `json:"instance_id"`
2625
Time time.Time `json:"time"`
2726
Version string `json:"version"`
2827
Hostname string `json:"hostname"`

0 commit comments

Comments
 (0)