Commit b89e4930 authored by Willard's avatar Willard

Fix invalid syntax

parent fdf4c828
......@@ -237,7 +237,7 @@ def dish_obj(dish):
def stall_obj(stall):
if stall is None:
return None
return {git d
return {
'id': stall.id,
'name': stall.name,
'description': stall.description,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment