Skip to content

Commit

Permalink
Merge pull request #147 from ohcnetwork/sainak/fix/daily-rounds
Browse files Browse the repository at this point in the history
  • Loading branch information
khavinshankar authored Nov 5, 2024
2 parents f3d5994 + 5bc0e0d commit 5fbd720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cron/automatedDailyRounds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export async function getVitalsFromObservations(assetHostname: string) {
temperature: number;
temperature_mesured_at: string;
} | null) ?? { temperature: null, temperature_measured_at: null }),
bp: getValueFromData("blood-pressure", data) ?? {},
bp: getValueFromData("blood-pressure", data),
rounds_type: "AUTOMATED",
is_parsed_by_ocr: false,
} as DailyRoundObservation;
Expand Down

0 comments on commit 5fbd720

Please sign in to comment.