The IPC API has had instances where the areas data was removed from the return. This generated errors in the current codebase, requiring a change, but then a reversion when it was added back about a week later. Would be good to make ipc_get_population() robust to if either groups or areas (or both) are missing.
The IPC API has had instances where the
areas
data was removed from the return. This generated errors in the current codebase, requiring a change, but then a reversion when it was added back about a week later. Would be good to makeipc_get_population()
robust to if either groups or areas (or both) are missing.