Skip to content

Commit

Permalink
sets app to use prod datasource
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrothwell committed Jan 23, 2025
1 parent 0810c6f commit fd14f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data-sources/voting-sites.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
url: 'https://phl.carto.com:443/api/v2/sql',
options: {
params: {
q: "select * from voting_sites_staging where site_approved = 'TRUE' order by site_type desc",
q: "select * from voting_sites where temporary_closure = 'FALSE' and site_approved = 'TRUE' order by site_type desc",
},
},
};

0 comments on commit fd14f5d

Please sign in to comment.