mirror of
https://github.com/MeshCore-Beacon/beacon-server.git
synced 2026-09-11 06:25:44 +00:00
fix: typo in parsedAnonReq tag
This commit is contained in:
@@ -267,7 +267,7 @@ type packetObservationEvent struct {
|
||||
|
||||
type parsedAnonReq struct {
|
||||
Raw string `json:"raw"`
|
||||
Type string `josn:"type"`
|
||||
Type string `json:"type"`
|
||||
Destination byte `json:"destination"`
|
||||
EphemeralPubKey string `json:"ephemeralPubKey"` // hex
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user