Actually include the data

This commit is contained in:
2024-01-04 23:47:01 -08:00
parent 16ee1f98ed
commit db05b0b815

View File

@@ -66,7 +66,8 @@ namespace AS1024.GeoFeed.GeoFeedBuilder
GeolocCity = data.CustomFields.GeolocCity, GeolocCity = data.CustomFields.GeolocCity,
GeolocRegion = data.CustomFields.GeolocRegion, GeolocRegion = data.CustomFields.GeolocRegion,
GeolocCountry = data.CustomFields.GeolocCountry, GeolocCountry = data.CustomFields.GeolocCountry,
GeolocHasLocation = data.CustomFields.GeolocHasLocation GeolocHasLocation = data.CustomFields.GeolocHasLocation,
GeolocPostalCode = data.CustomFields.GeolocPostalCode
}); });
} }
catch (Exception ex) catch (Exception ex)