|
@@ -50,7 +50,7 @@ $previousVitals = [];
|
|
|
$previousVitals = \App\Models\Point::where('parent_point_id', $point->id)
|
|
|
->where('category', 'REVIEW')
|
|
|
->whereIn('added_in_note_id', $last4VisitsIDs)
|
|
|
- ->orderBy('id', 'ASC')
|
|
|
+ ->orderBy('id', 'DESC')
|
|
|
->get();
|
|
|
|
|
|
|