handle none value for properties [LET-5537] (#5449)
handle none value for properties Co-authored-by: Ari Webb <ari@letta.com>
This commit is contained in:
@@ -64,6 +64,6 @@ class Identity(SqlalchemyBase, OrganizationMixin, ProjectMixin):
|
||||
"agent_ids": self.agent_ids,
|
||||
"block_ids": self.block_ids,
|
||||
"organization_id": self.organization_id,
|
||||
"properties": self.properties,
|
||||
"properties": self.properties or [],
|
||||
}
|
||||
return PydanticIdentity(**state)
|
||||
|
||||
Reference in New Issue
Block a user