Actually include the data

This commit is contained in:
Jeff Leung 2024-01-04 23:47:01 -08:00
parent 16ee1f98ed
commit db05b0b815
1 changed files with 2 additions and 1 deletions

View File

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