Skip to content

Commit 4641735

Browse files
committed
fix(cli): add admin in get-group when using SemaphoreEthers
1 parent 716a20c commit 4641735

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cli/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ program
237237
if (signals) {
238238
group.verifiedProofs = await semaphoreEthers.getGroupVerifiedProofs(groupId)
239239
}
240+
group.admin = await semaphoreEthers.getGroupAdmin(groupId)
240241
spinner.stop()
241242
} catch {
242243
spinner.stop()

0 commit comments

Comments
 (0)