mirror of
https://github.com/siv-org/siv.git
synced 2026-01-10 02:47:58 -05:00
Release 11c individual vote tallies
This commit is contained in:
@@ -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
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user