youssefkatry907 commited on
Commit
4eaa230
·
1 Parent(s): 809bc07

Change secondry muscle to object

Browse files
src/modules/users/modules/exercises/controllers/exercises.controller.ts CHANGED
@@ -53,7 +53,7 @@ export class UsersExerciseController extends BaseController {
53
  {
54
  populateArray: [
55
  { path: "targetMuscles.primary" },
56
- { path: "targetMuscles.primary" },
57
  { path: "equipments" }
58
  ]
59
  }
@@ -143,7 +143,7 @@ export class UsersExerciseController extends BaseController {
143
  {
144
  populateArray: [
145
  { path: "targetMuscles.primary" },
146
- { path: "targetMuscles.primary" },
147
  { path: "equipments" }
148
  ]
149
  }
 
53
  {
54
  populateArray: [
55
  { path: "targetMuscles.primary" },
56
+ { path: "targetMuscles.secondary" },
57
  { path: "equipments" }
58
  ]
59
  }
 
143
  {
144
  populateArray: [
145
  { path: "targetMuscles.primary" },
146
+ { path: "targetMuscles.secondary" },
147
  { path: "equipments" }
148
  ]
149
  }