Skip to content

Commit

Permalink
sorts results so that the city hall election office is above the city…
Browse files Browse the repository at this point in the history
… hall south portal mail in voting point by default
  • Loading branch information
ajrothwell committed Aug 22, 2024
1 parent 54caa8d commit 1137e61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/data-sources/voting-sites-dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ export default {
type: 'http-get',
dependent: 'none',
resettable: false,
url: 'https://phl.carto.com/api/v2/sql?q=select+*+from+voting_sites_staging',
url: 'https://phl.carto.com/api/v2/sql', //?q=select+*+from+voting_sites_staging',
options: {
// params: {
// q: "select * from voting_sites where temporary_closure = 'FALSE'",
// },
params: {
q: "select * from voting_sites_staging where temporary_closure = 'FALSE' order by site_type desc",
},
},
};

0 comments on commit 1137e61

Please sign in to comment.