Commit fdf4c828 authored by Willard's avatar Willard

Fix merge conflict

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