mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-05-17 05:07:12 +02:00
fb1b383962
Fix AttributeError when serializing transactions with null categories. The to_representation method now checks for None before accessing category properties, returning None instead of crashing. Fixes issue where API returns 500 error when retrieving transactions without assigned categories.