We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8509f01 commit 985f003Copy full SHA for 985f003
1 file changed
utils/utils.go
@@ -65,7 +65,7 @@ func GetServices() []string {
65
func GetClientID() string {
66
machineID := GetMachineID("/")
67
if machineID == "" {
68
- return fmt.Sprintf("{unknown-" + utils.NewUuid() + "}")
+ return fmt.Sprintf("{unknown-" + NewUuid() + "}")
69
}
70
return machineID
71
0 commit comments