Skip to content

Commit

Permalink
wip: corrigindo para Distrito Federal
Browse files Browse the repository at this point in the history
  • Loading branch information
emilianoeloi committed Dec 28, 2020
1 parent ed1b826 commit e2782a9
Show file tree
Hide file tree
Showing 7 changed files with 856 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BD/Paises/Brazil/integrate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{"states": [
{
"key": "df",
"name": "Brasília",
"name": "Distrito Federal",
"color": "#000000"
},
{
Expand Down
5 changes: 5 additions & 0 deletions integrate/Paises/Brazil/integrate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{"states": [
{
"key": "df",
"name": "Distrito Federal",
"color": "#000000"
},
{
"key": "ac",
"name": "Acre",
Expand Down
6 changes: 4 additions & 2 deletions integrate/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ const {
nordeste,
centroOeste,
sudeste,
sul
sul,
df
} = require('./loadTest.js')

const getCSVRequestFiles = require('./getCSVReportFiles.js');
Expand All @@ -22,7 +23,8 @@ let groups = [
nordeste,
centroOeste,
sudeste,
sul
sul,
df
]

for (let i = 0; i < groups.length; i++) {
Expand Down
3 changes: 2 additions & 1 deletion integrate/loadTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,6 @@ module.exports = {
nordeste,
centroOeste,
sudeste,
sul
sul,
df
};
Loading

0 comments on commit e2782a9

Please sign in to comment.