diff --git a/internal/ingest/ingest.go b/internal/ingest/ingest.go index 70f1003..a553fd8 100644 --- a/internal/ingest/ingest.go +++ b/internal/ingest/ingest.go @@ -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 }