Skip to content

Commit

Permalink
fix: lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ciatph committed Aug 24, 2024
1 parent bef7135 commit 0be1c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/examples/02.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ console.log('---regions', regions)

// List region data from query
const regionQuery = file.listRegions('region_name')
console.log(`---region full name`, regionQuery)
console.log('---region full name', regionQuery)

// listProvinces() lists all provinces of a region
// for each given province
const provinces = file.listProvinces('Region IX')
console.log(`---provinces of ${regions[0]}`, provinces)

const municipalitiesFromProvince = file.listMunicipalities({ provinces })
console.log(`---municipalities`, municipalitiesFromProvince)
console.log('---municipalities', municipalitiesFromProvince)

0 comments on commit 0be1c2e

Please sign in to comment.