update group id (#15)

This commit is contained in:
tsukino
2022-10-12 02:25:03 +08:00
committed by GitHub
parent 544ac261f4
commit 412f6107b8

View File

@@ -46,7 +46,7 @@ export default class Group42 extends GenericService {
const idCommitmentHex = BigInt(identityCommitment).toString(16);
const exist = await this.semaphore?.findOne(idCommitmentHex, 'semaphore_taz_members');
if (!exist && groupId === '10806') {
if (!exist && groupId === '42') {
await this.semaphore?.addID(
idCommitmentHex,
'semaphore_taz_members',