mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
The patch-object function was calling (dissoc object key value) when handling nil values. Since dissoc treats each argument after the map as a key to remove, this was also removing nil as a key from the map. The correct call is (dissoc object key).