From a0ee8e10f4798724d3a71ef40d6218fb0eea5e8a Mon Sep 17 00:00:00 2001 From: Boluwatife Popoola Date: Thu, 8 Aug 2024 12:53:19 +0100 Subject: [PATCH] fix project creation activity --- indexer_app/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indexer_app/utils.py b/indexer_app/utils.py index f51144e..8b9d4b6 100644 --- a/indexer_app/utils.py +++ b/indexer_app/utils.py @@ -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, }