datagouv / ouverture.data.gouv.fr

Tableau de suivi des ouvertures de données, codes sources et API publics
https://ouverture.data.gouv.fr
MIT License
2 stars 3 forks source link

Fix title array with empty string #30

Closed nicolaskempf57 closed 1 year ago

nicolaskempf57 commented 1 year ago

For some reason, Notion API returns title as Array even for page title. We treated it as array with a single title inside but it can contain multiple values with empty strings and the real title. Now, we filter the title array before taking the value.