Skip to content

Commit

Permalink
fix creating projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometheo committed Aug 8, 2024
1 parent 8006ee0 commit 8c4e4e7
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 @@ -397,7 +397,7 @@ async def handle_new_list_registration(
insert_data = []
for dt in reg_data:
logger.info(f"dt: {dt}")
project_list.append({"id": dt["registrant_id"]})
project_list.append({"chain_id":1, "id": dt["registrant_id"]})
insert_data.append(
{
"id": dt["id"],
Expand Down

0 comments on commit 8c4e4e7

Please sign in to comment.