mirror of
https://github.com/Kyren223/eko.git
synced 2026-08-29 02:41:31 +00:00
Fixed device ID not getting generated causing server to reject the
client
This commit is contained in:
@@ -37,7 +37,7 @@ type Cache struct {
|
||||
func DefaultCache() Cache {
|
||||
return Cache{
|
||||
TosHashes: map[string]string{},
|
||||
DeviceID: "",
|
||||
DeviceID: GenerateDeviceID(),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user