chore: remove trade id from telegram response for list_custom_data

This commit is contained in:
Axel-CH
2025-03-19 02:55:51 -04:00
parent 9a1f2d42a7
commit b83754c5a4

View File

@@ -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']}`",