Skip to content

Commit

Permalink
fix sub indicator label (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlesdoiron authored Apr 8, 2024
1 parent b4a5819 commit 302a00c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ CHANGELOG.md
pyrightconfig.json
README.md
api-node/.yarn
api-node/.yarnrc.yml
api-node/.yarnrc.yml
*.html
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ README.md
api-node/.yarn
api-node/.yarnrc.yml
*.md

*.html
3 changes: 2 additions & 1 deletion api-node/.prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
data
.yarn
# all .md files
*.md
*.md
*.html
2 changes: 1 addition & 1 deletion api-node/src/getters/indice_atmo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ async function getIndiceAtmoFromMunicipalityAndDate({
},
{
slug: 'code_pm25',
name: 'PM25',
name: 'PM2,5',
value: indice_atmo_j0.code_pm25 ?? 0,
},
{
Expand Down

0 comments on commit 302a00c

Please sign in to comment.