fix: [BUG] # character accumulation in markdown frontmatter tags prop (#79)

This commit is contained in:
github-actions[bot]
2025-04-05 23:07:53 -05:00
committed by GitHub
parent 9bff1f732e
commit 6c19c9edf5
3 changed files with 62 additions and 3 deletions
+1 -1
View File
@@ -315,7 +315,7 @@ class EntityService(BaseService[EntityModel]):
except IntegrityError:
# Unique constraint violation - relation already exists
logger.debug(
f"Skipping duplicate relation {rel.type} from {db_entity.permalink} target: {rel.target}, type: {rel.type}"
f"Skipping duplicate relation {rel.type} from {db_entity.permalink} target: {rel.target}"
)
continue