diff --git a/.eslintignore b/.eslintignore index 3020e2bc..c719e9bd 100644 --- a/.eslintignore +++ b/.eslintignore @@ -16,4 +16,5 @@ CHANGELOG.md pyrightconfig.json README.md api-node/.yarn -api-node/.yarnrc.yml \ No newline at end of file +api-node/.yarnrc.yml +*.html \ No newline at end of file diff --git a/.prettierignore b/.prettierignore index a3b36fe3..ed64e832 100644 --- a/.prettierignore +++ b/.prettierignore @@ -19,4 +19,4 @@ README.md api-node/.yarn api-node/.yarnrc.yml *.md - +*.html diff --git a/api-node/.prettierignore b/api-node/.prettierignore index 5118320f..2a090154 100644 --- a/api-node/.prettierignore +++ b/api-node/.prettierignore @@ -1,4 +1,5 @@ data .yarn # all .md files -*.md \ No newline at end of file +*.md +*.html \ No newline at end of file diff --git a/api-node/src/getters/indice_atmo.ts b/api-node/src/getters/indice_atmo.ts index 773fd29b..26a5b09d 100644 --- a/api-node/src/getters/indice_atmo.ts +++ b/api-node/src/getters/indice_atmo.ts @@ -171,7 +171,7 @@ async function getIndiceAtmoFromMunicipalityAndDate({ }, { slug: 'code_pm25', - name: 'PM25', + name: 'PM2,5', value: indice_atmo_j0.code_pm25 ?? 0, }, {