Skip to content

Commit 5c11d4b

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 4a4b829 commit 5c11d4b

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
@@ -196,7 +196,7 @@ async def create_entity(self, schema: EntitySchema) -> EntityModel:
196196
post = await schema_to_markdown(schema)
197197

198198
# write file
199-
final_content = dumps_frontmatter_obsidian_compatible(post)
199+
final_content = dump_frontmatter(post)
200200
checksum = await self.file_service.write_file(file_path, final_content)
201201

202202
# parse entity from file

0 commit comments

Comments
 (0)