Skip to content

Commit

Permalink
Fix test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
moisses89 committed Jan 13, 2025
1 parent 3df7395 commit 91d47b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/workers/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ async def get_contract_metadata_task(
address,
chain_id,
)
get_contract_metadata_task.send(proxy_implementation_address, chain_id)
get_contract_metadata_task.send(
address=proxy_implementation_address, chain_id=chain_id
)
else:
logger.debug("Skipping contract=%s and chain=%s", address, chain_id)

Expand Down

0 comments on commit 91d47b7

Please sign in to comment.