mirror of
https://github.com/zkitter/zkitterd.git
synced 2026-01-09 13:47:56 -05:00
update group id (#15)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user