Commit fdf4c828 authored by Willard's avatar Willard

Fix merge conflict

parents 4e4c5f18 6ca8b973
......@@ -237,7 +237,7 @@ def dish_obj(dish):
def stall_obj(stall):
if stall is None:
return None
return {
return {git d
'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