mirror of
https://github.com/siv-org/siv.git
synced 2026-01-08 18:07:56 -05:00
Adjust clone scripts for NDP final results
This commit is contained in:
@@ -13,7 +13,7 @@ import { pick } from 'lodash'
|
||||
import { firebase } from '../pages/api/_services'
|
||||
|
||||
const election_id_from = '1721122924218'
|
||||
const election_id_to = '1721314324882'
|
||||
const election_id_to = '1722034716600'
|
||||
|
||||
async function copySubcollection(
|
||||
sourceDoc: FirebaseFirestore.DocumentReference,
|
||||
|
||||
@@ -5,7 +5,7 @@ import './_env'
|
||||
|
||||
import { firebase } from '../pages/api/_services'
|
||||
|
||||
const election_id = '1722029077573' // New Democrat Primary, Subset of Votes with Valid & Unique Passport_Proof
|
||||
const election_id = '1722034716600' // NDP, Final, All 230 Votes
|
||||
|
||||
async function renameSubcollection(
|
||||
parentDoc: FirebaseFirestore.DocumentReference,
|
||||
|
||||
Reference in New Issue
Block a user