-
I'm reading the Doc in the link below, but the it is missing one colon, so I get an error on the screen. Now [
{
"objectID": "3797",
"name": "John F Kennedy Intl",
"city": "New York",
"country": "United States",
"iata_code": "JFK",
"links_count": 911
"_geoloc": {
"lat": 40.639751,
"lng": -73.778925
}
}
] After correction [
{
"objectID": "3797",
"name": "John F Kennedy Intl",
"city": "New York",
"country": "United States",
"iata_code": "JFK",
"links_count": 911,
"_geoloc": {
"lat": 40.639751,
"lng": -73.778925
}
}
] |
Beta Was this translation helpful? Give feedback.
Answered by
Haroenv
Feb 11, 2022
Replies: 0 comments 2 replies
-
Thank you! I've made a pull request to the documentation to fix it |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
anoonoll
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you! I've made a pull request to the documentation to fix it