small changes

This commit is contained in:
2025-12-07 21:39:49 +03:00
parent fb49bac5c3
commit 2a04f71e0c
2 changed files with 16 additions and 7 deletions
-1
View File
@@ -145,5 +145,4 @@ async def toolkit_request(
stocksData["toolboxes"][toolboxTitle]["count"] += stock["quantity"]
response["status"] = "ok"
response["data"] = stocksData
logger.info(response)
return response