Журнал перемещений, упрощение и чистка
This commit is contained in:
@@ -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": []}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user