axiomhq / cli

The power of Axiom on the command line.
https://axiom.co
MIT License
42 stars 11 forks source link

cmd/ingest: fix nil pointer deref #167

Closed tsenart closed 1 year ago

tsenart commented 1 year ago

When the previous block returns an error, ingestRes may be nil, which caused a panic.