mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-18 22:01:15 +00:00
chore: remove trade id from telegram response for list_custom_data
This commit is contained in:
@@ -1987,7 +1987,6 @@ class Telegram(RPCHandler):
|
||||
)
|
||||
for custom_data in trade_custom_data:
|
||||
lines = [
|
||||
f"*Trade ID:* `{trade_id}`",
|
||||
f"*Key:* `{custom_data['key']}`",
|
||||
f"*Type:* `{custom_data['type']}`",
|
||||
f"*Value:* `{custom_data['value']}`",
|
||||
|
||||
Reference in New Issue
Block a user