OpenFn / lwala

2 stars 3 forks source link

Changed the logic of upserting immunization services, #22 #27

Closed lakhassane closed 4 years ago

lakhassane commented 4 years ago

The difference with ANC Services here is the different criteria can exist but be empty. So we can find Measles6_h: ""

Thus using if ( Measles6_h ){...} is not enough we should also check if it existing but empty.