Skip to content

Commit 0decd69

Browse files
groksrcphernandez
andauthored
Update src/basic_memory/services/entity_service.py
Co-authored-by: Paul Hernandez <60959+phernandez@users.noreply.github.com> Signed-off-by: Drew Cain <groksrc@users.noreply.github.com>
1 parent 5c11d4b commit 0decd69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/basic_memory/services/entity_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ async def update_entity(self, entity: EntityModel, schema: EntitySchema) -> Enti
273273
merged_post = frontmatter.Post(post.content, **existing_markdown.frontmatter.metadata)
274274

275275
# write file
276-
final_content = dumps_frontmatter_obsidian_compatible(merged_post)
276+
final_content = dump_frontmatter(merged_post)
277277
checksum = await self.file_service.write_file(file_path, final_content)
278278

279279
# parse entity from file

0 commit comments

Comments
 (0)