Skip to content

Commit

Permalink
fix project creation activity
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometheo committed Aug 8, 2024
1 parent 8c4e4e7 commit a0ee8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer_app/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ async def handle_new_list_registration(
defaults = {
"signer_id": signer_id,
"receiver_id": receiver_id,
"timestamp": datetime.fromtimestamp(insert_data[0]["submitted_at"] / 1000),
"timestamp": insert_data[0]["submitted_at"],
"tx_hash": receipt.receipt_id,
}

Expand Down

0 comments on commit a0ee8e1

Please sign in to comment.