Завершена работа со складами
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user