Skip to content

Commit

Permalink
Fix wrong parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
mlguys committed Sep 9, 2024
1 parent f55f0e7 commit 520cbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/services/backend_api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def get_historical_candles(self, connector: str, trading_pair: str, interval: st
"""Get historical candles data."""
endpoint = "historical-candles"
payload = {
"connector": connector,
"connector_name": connector,
"trading_pair": trading_pair,
"interval": interval,
"start_time": start_time,
Expand Down

0 comments on commit 520cbca

Please sign in to comment.