Satellite-im / Warp

Interface Driven Distributed Data Service
MIT License
15 stars 4 forks source link

chore: fix js tesseract.save() panic on None key #516

Closed ashneverdawn closed 4 months ago

ashneverdawn commented 4 months ago

What this PR does 📖

I ran into an issue where Tesseract.save() on js panics when a key turns out to be None. This prevents save() from panicking when that happens.

Which issue(s) this PR fixes 🔨

Special notes for reviewers 🗒️

Additional comments 🎤