Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljohanneskraft committed Nov 20, 2024
1 parent eae4ef5 commit f92b326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/src/services/trigger/triggerService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ export class TriggerService {
return {
systolicBloodPressure: (
await patientService.getBloodPressureObservations(userId, cutoffDate)
).map((value) => value[0]),
)[0],
heartRate: await patientService.getHeartRateObservations(
userId,
cutoffDate,
Expand Down

0 comments on commit f92b326

Please sign in to comment.