We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Polling Divisions -> Polling Stations
export const polling_divisions = [ { id: 1, code: "PLD220933", name: "Kolonnawa" }, { id: 2, code: "PLD220934", name: "Homagama" }, { id: 3, code: "PLD220935", name: "Maharagama" }, { id: 4, code: "PLD220936", name: "Dehiwala" }, { id: 5, code: "PLD220937", name: "Rathmalana" }, { id: 6, code: "PLD220938", name: "Moratuwa" } ]; export const polling_stations = [ { id:1, code: "PLS123101", name:"St. Peter's College" }, { id:2, code: "PLS123102", name:"Royal College" }, { id:3, code: "PLS123103", name:"St. Thomas College" }, { id:4, code: "PLS123104", name:"Ananda College" }, { id:5, code: "PLS123105", name:"Isipathana College" }, { id:6, code: "PLS123106", name:"Asoka College" }, ];
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Polling Divisions -> Polling Stations
The text was updated successfully, but these errors were encountered: