Skip to content

Commit

Permalink
BS-216 | Mani, Siva | fixed ts lint
Browse files Browse the repository at this point in the history
  • Loading branch information
manimaarans committed Aug 18, 2023
1 parent 1e3e9fc commit c49a5e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ angular.module('bahmni.clinical')

function filterNewAlerts (cdssAlerts, drugMaps) {
return cdssAlerts.filter(function (alert) {
if(alert.referenceMedications && alert.referenceMedications.length > 0) {
if (alert.referenceMedications && alert.referenceMedications.length > 0) {
var codes = [];
alert.referenceMedications.forEach(function (referenceMedication) {
if (referenceMedication && referenceMedication.coding && referenceMedication.coding.length > 0) {
Expand Down

0 comments on commit c49a5e3

Please sign in to comment.