Skip to content
Snippets Groups Projects
Verified Commit 9f1304ab authored by TheJoeCoder's avatar TheJoeCoder
Browse files

[Server] Make comments clearer

parent 9dce4969
Branches
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ def add_cart_item():
pizza_type = request.args.get("type")
if (pizza_type == None):
return gen_missing_message("pizza type")
# Get pizza type from pizza types
# Get pizza type (ID) from pizza types
pizza_type_obj = None
for type in pizza_types:
if (type["id"] == pizza_type):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment