Журнал перемещений, упрощение и чистка

This commit is contained in:
2025-12-13 23:47:46 +03:00
parent de572396a6
commit a9e57b4a38
20 changed files with 961 additions and 101 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ router = APIRouter()
async def post_requests(
request_data: dict = Depends(requestDict),
):
toolboxId = request_data.get("body").get("toolboxId")
toolboxId = int(request_data.get("body").get("toolboxId"))
logger.info(f"Получение инструментов для тулбокса {toolboxId}")
response = {"status": "error", "data": []}