소스 검색

Include ingredients in GET planner endpoint

Tatiana Inama 7 년 전
부모
커밋
56c9ce0955
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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
         }
       }