chore: remove cd_value from rpc custom data output

This commit is contained in:
Axel-CH
2025-03-19 15:18:33 -04:00
parent 95f5db9dcd
commit d3464ac2dc

View File

@@ -1161,7 +1161,6 @@ class RPC:
{
"key": data_entry.cd_key,
"type": data_entry.cd_type,
"cd_value": data_entry.cd_value,
"value": CustomDataWrapper._convert_custom_data(data_entry).value,
"created_at": data_entry.created_at,
"updated_at": data_entry.updated_at,