Release 11c individual vote tallies

This commit is contained in:
David Ernst
2025-12-12 14:40:20 -07:00
parent cc0c68864d
commit 1dd640bb5a

View File

@@ -22,6 +22,7 @@ export default async (req: NextApiRequest, res: NextApiResponse) => {
}
// To begin decrypting in batches, without leaking results early
import { live11chooses } from 'src/vote/YourAuthToken'
const keepDecryptedPrivate = [live11chooses]
// const example_election_id = '123456'
const keepDecryptedPrivate: string[] = [
// example_election_id
]