spelling error

This commit is contained in:
thekiwismarthome
2026-02-16 21:39:31 +13:00
parent 11eb698c20
commit 85e0e68af9
@@ -62,7 +62,7 @@ async def websocket_increment_item(
amount = msg["amount"]
# Get current item
item = storage.get_item(item_id)
item = storage.get_items(item_id)
if not item:
connection.send_error(msg["id"], "not_found", "Item not found")