Adjust clone scripts for NDP final results

This commit is contained in:
David Ernst
2024-07-27 02:35:00 +03:00
parent 3b72a105c6
commit 3b25fb64c1
2 changed files with 2 additions and 2 deletions

View File

@@ -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,

View File

@@ -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,