Merge pull request 'Show voided transactions in user-entries endpoint' (#34) from feat/show-voided-user-entries into main
Reviewed-on: #34
This commit is contained in:
commit
9c88993c13
3 changed files with 8 additions and 8 deletions
|
|
@ -487,10 +487,6 @@ async def api_get_user_entries(
|
|||
if e.get("flag") in _SYNTHETIC_FLAGS:
|
||||
continue
|
||||
|
||||
# Skip voided transactions
|
||||
if "voided" in e.get("tags", []):
|
||||
continue
|
||||
|
||||
# Extract user ID from metadata or account names
|
||||
user_id_match = None
|
||||
entry_meta = e.get("meta", {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue