Procházet zdrojové kódy

Include ingredients in GET planner endpoint

Tatiana Inama před 7 roky
rodič
revize
56c9ce0955
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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
         }
       }