Skip to content

Commit

Permalink
add error test
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanglen committed May 3, 2024
1 parent e13d469 commit 34b86d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions indexer_app/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,8 @@ async def handle_new_donations(

logger.info(f"Backfilling data? {created}")

logger.error(f"ERROR test")

if created: # only do updates if donation object was created

if actionName != "direct":
Expand Down

0 comments on commit 34b86d5

Please sign in to comment.