From fa12149151628bf8ac8f6ae8c8ff37eb9ddeac0b Mon Sep 17 00:00:00 2001 From: "Enot (ded) Skelly" Date: Wed, 3 Jun 2026 13:09:27 -0700 Subject: [PATCH] fix: typo in parsedAnonReq tag --- internal/ingest/ingest.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }