Skip to content

Commit

Permalink
chore: add nullable to patient medical data
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-acampora committed Mar 28, 2023
1 parent 3a93ef7 commit e7aa2ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ interface PatientMedicalDataDatabaseManager {
*/
fun getCurrentPatientMedicalData(
patientId: PatientData.PatientId
): PatientData.MedicalData
): PatientData.MedicalData?
}

0 comments on commit e7aa2ff

Please sign in to comment.