Files
meshcore-analyzer/cmd/server
dborup 96059a5b11 fix: wire last_neighbors_report_at through the ObserverResp API DTO
The Observer DB struct carried the field correctly, but handleObservers/
handleObserverDetail build a separate field-by-field ObserverResp DTO for
the actual JSON response, which never picked it up -- caught live on stg
(field missing from /api/observers entirely). Added handler-level tests
that decode the JSON response, since the existing DB-layer test for this
class of field didn't reach the DTO conversion at all.
2026-07-26 18:13:23 +02:00
..