mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-08 10:45:34 +08:00
Corrected typo in encoding tag of auth.Model struct property. Corrected typo in comment. (#681)
Co-authored-by: Dan Lamppa <dan.lamppa@medtronic.com>
This commit is contained in:
@@ -39,11 +39,11 @@ type auth struct {
|
||||
MEID string
|
||||
DeviceName string `plist:"DeviceName,omitempty"`
|
||||
Challenge []byte `plist:"Challenge,omitempty"`
|
||||
Model string `plist:"Model,omitpempty"`
|
||||
Model string `plist:"Model,omitempty"`
|
||||
ModelName string `plist:"ModelName,omitempty"`
|
||||
}
|
||||
|
||||
// TokenUpdate Mesage Type
|
||||
// TokenUpdate Message Type
|
||||
type update struct {
|
||||
Token hexData
|
||||
PushMagic string
|
||||
|
||||
Reference in New Issue
Block a user