Skip to content

Commit

Permalink
change on bs and bmi results
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald-pro committed Aug 5, 2024
1 parent d7758d3 commit 3061748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions routes/processes/nishauri_new.js
Original file line number Diff line number Diff line change
Expand Up @@ -4764,7 +4764,7 @@ router.get(
success: true,
message: "User BMI logs retrieved successfully",
data: {
bmi_log: final_bmi,
bmi_log: bmi_log,
user_id: user_id
}
});
Expand Down Expand Up @@ -4902,7 +4902,7 @@ router.get(
success: true,
message: "User Blood sugar logs retrieved successfully",
data: {
blood_sugar: final_blood_sugar,
blood_sugar: blood_sugar,
user_id: user_id
}
});
Expand Down

0 comments on commit 3061748

Please sign in to comment.