Завершена работа со складами

This commit is contained in:
2025-12-10 23:03:32 +03:00
parent 197a4d0b1e
commit fcbe25f7ec
14 changed files with 689 additions and 34 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ async def post_requests(
case "toolkits":
toolkits = await ToolkitHandler.getAll()
categories = await CategoryHandler.getAll()
if toolkits:
if toolkits and categories:
resultData["status"] = "ok"
resultData["data"] = {
"toolkits": toolkits,