Fix attribute history API response

This commit is contained in:
OpenClaw Bot
2026-02-20 00:22:30 +08:00
parent 98d39228c3
commit 2470064f65

View File

@@ -1840,8 +1840,7 @@ async def get_entity_attribute_history_endpoint(entity_id: str, limit: int = 50)
return [
{
"id": h.id,
"template_id": h.template_id,
"template_name": h.template_name,
"attribute_name": h.attribute_name,
"old_value": h.old_value,
"new_value": h.new_value,
"changed_by": h.changed_by,