Skip to content

Commit

Permalink
next: Removed useless TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
akhercha committed Jul 8, 2024
1 parent 8b68c6c commit 2ad0580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion price-pusher/price_pusher/core/pusher.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async def update_price_feeds(self, entries: List[Entry]) -> Optional[Dict]:
"""
logger.info(f"🏋️ PUSHER: 👷‍♂️ processing {len(entries)} new asset(s) to push...")
try:
response = await self.client.publish_entries(entries) # TODO: add execution config
response = await self.client.publish_entries(entries)
logger.info(f"🏋️ PUSHER: ✅ Successfully published {len(entries)} entrie(s)!")
logger.debug(f"Response from the API: {response}")

Expand Down

0 comments on commit 2ad0580

Please sign in to comment.