Browse Source

Include ingredients in GET planner endpoint

Tatiana Inama 7 năm trước cách đây
mục cha
commit
56c9ce0955
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      ktchn/src/planner/controller.ts

+ 0 - 1
ktchn/src/planner/controller.ts

@@ -50,7 +50,6 @@ const getPlannerByRange: Controller<{from: Date, to: Date}, WeeklyPlanner> = db
         'recipe': {
           'author': 0, 
           'details': 0, 
-          'ingredients': 0, 
           'instructions': 0
         }
       }