Skip to content

Commit ed322d5

Browse files
committed
added a fix
1 parent 8063e3f commit ed322d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adapters/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def save_structured_data(
6767
"""
6868
Save a structured data to the data client.
6969
"""
70-
return self.data.save_kg_changes(kg_changes=structured_data, brain_id=brain_id)
70+
return self.data.save_structured_data(structured_data=structured_data, brain_id=brain_id)
7171

7272
def create_brain(self, name_key: str) -> Brain:
7373
"""

0 commit comments

Comments
 (0)