Skip to content

Commit

Permalink
fix: error parser (#703)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
ruuushhh and GitHub Actions authored Dec 11, 2024
1 parent 2e3bded commit ed880fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/quickbooks_online/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def handle_quickbooks_error(exception, expense_group: ExpenseGroup, task_log: Ta
defaults={
'error_title': error['type'],
'type': 'QBO_ERROR',
'error_detail': error['long_description'],
'error_detail': error_msg,
'is_resolved': False,
'is_parsed': is_parsed,
'attribute_type': attribute_type,
Expand Down

0 comments on commit ed880fd

Please sign in to comment.