[MODIFY] Code optimization

This commit is contained in:
Mark
2025-12-15 14:09:43 +08:00
parent d2a630addb
commit a4e276ab27
157 changed files with 15976 additions and 3601 deletions

View File

@@ -58,7 +58,7 @@ async def get_knowledgeshares(
# 3. Execute paged query
try:
api_logger.debug(f"Start executing knowledge base sharing and paging query")
api_logger.debug("Start executing knowledge base sharing and paging query")
total, items = knowledgeshare_service.get_knowledgeshares_paginated(
db=db,
filters=filters,