Skip to content

Commit

Permalink
fixing a normalizing mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
szydlofj committed Feb 7, 2024
1 parent 08231e7 commit bfbd14a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ export class FormUpdateFacilityComponent {
}

if(data?.afterPatientResourceQuery && data?.afterPatientResourceQuery !== null) {
afterPatientDataQueryEvents = {
afterPatientResourceQueryEvents = {
patientDataResourceFilter: data.afterPatientResourceQuery.some((item: string) => item === NormalizationClass.patientDataResourceFilter) ? 1 : 0
}
}
Expand Down

0 comments on commit bfbd14a

Please sign in to comment.