Skip to content

Commit

Permalink
fix: stellar event ingesting
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometheo committed Sep 19, 2024
1 parent d1401ac commit 8b14697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer_app/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def stellar_event_indexer():
data=event_value
))

if len(stellar_events) > 1:
if len(stellar_events) > 0:
StellarEvent.objects.bulk_create(
objs=stellar_events,
ignore_conflicts=True
Expand Down

0 comments on commit 8b14697

Please sign in to comment.