Ignore:
Timestamp:
01/26/21 10:33:09 (4 years ago)
Author:
DimitarSlezenkovski <dslezenkovski@…>
Branches:
master
Children:
7d80751
Parents:
8e74e2f
Message:

Fix bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • FarmatikoServices/Services/ProcessJSONService.cs

    r8e74e2f rdb484c9  
    174174                    HealthFacility facility = _service.GetFacilityJSON(Convert.ToString(FacilityName));
    175175
    176                     if (facility != null)
     176                    if (facility != null && facility != default)
    177177                    {
    178178                        HealthFacility Facility = new HealthFacility(
Note: See TracChangeset for help on using the changeset viewer.