Parcourir la source

Include ingredients in GET planner endpoint

Tatiana Inama il y a 7 ans
Parent
commit
56c9ce0955
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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': {
         'recipe': {
           'author': 0, 
           'author': 0, 
           'details': 0, 
           'details': 0, 
-          'ingredients': 0, 
           'instructions': 0
           'instructions': 0
         }
         }
       }
       }