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:
Dan Lamppa
2020-07-07 17:29:31 -05:00
committed by GitHub
parent 0a67a21103
commit 18f5451d07

View File

@@ -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