mirror of
https://github.com/thekiwismarthome/shopping-list-manager.git
synced 2026-05-01 11:46:30 +00:00
spelling error
This commit is contained in:
@@ -62,7 +62,7 @@ async def websocket_increment_item(
|
|||||||
amount = msg["amount"]
|
amount = msg["amount"]
|
||||||
|
|
||||||
# Get current item
|
# Get current item
|
||||||
item = storage.get_item(item_id)
|
item = storage.get_items(item_id)
|
||||||
|
|
||||||
if not item:
|
if not item:
|
||||||
connection.send_error(msg["id"], "not_found", "Item not found")
|
connection.send_error(msg["id"], "not_found", "Item not found")
|
||||||
|
|||||||
Reference in New Issue
Block a user