From 738427bc76427e70ff2e0c656259757d7aaea61c Mon Sep 17 00:00:00 2001 From: calonzolg Date: Wed, 2 Oct 2019 08:43:21 -0600 Subject: [PATCH 1/2] remove comma of the end --- .prettierrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.prettierrc b/.prettierrc index 8cfb46e..a0f24c9 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,4 +1,4 @@ { "singleQuote": true, - "bracketSpacing": false, + "bracketSpacing": false } From e65baa07e4428cc16f90f237765914b01537e933 Mon Sep 17 00:00:00 2001 From: calonzolg Date: Wed, 2 Oct 2019 08:43:49 -0600 Subject: [PATCH 2/2] complete Leon municipalities --- src/municipalities.js | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/municipalities.js b/src/municipalities.js index 7022058..4ca4f9a 100644 --- a/src/municipalities.js +++ b/src/municipalities.js @@ -7,7 +7,18 @@ const managua = [ {'006': 'Mateare'} ]; -const leon = [{'281': 'Leon'}]; +const leon = [ + {'281': 'Leon'}, + {'283': 'El Jicaral'}, + {'284': 'La Paz Centro'}, + {'285': 'Santa Rosa Del Peñón'}, + {'286': 'Quetzalguaque'}, + {'287': 'Nagarote'}, + {'288': 'El Sauce'}, + {'289': 'Achuapa'}, + {'290': 'Telica'}, + {'291': 'Larreynaga Malpaisillo'} +]; const chinandega = [ {'081': 'Chinandega'},