Skip to content

Commit 3bfc7ce

Browse files
committed
style(data): format code with prettier
Former-commit-id: 2b430da
1 parent ef88c9c commit 3bfc7ce

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/data/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,10 @@ const { members, verifiedProofs } = semaphoreSubgraph.getGroup("42", { members:
121121
\# **isGroupMember**(groupId: _string_, member: _string_): _Promise\<boolean>_
122122

123123
```typescript
124-
await semaphoreSubgraph.isGroupMember("42", "16948514235341957898454876473214737047419402240398321289450170535251226167324")
124+
await semaphoreSubgraph.isGroupMember(
125+
"42",
126+
"16948514235341957898454876473214737047419402240398321289450170535251226167324"
127+
)
125128
```
126129

127130
\# **new Ethers**(networkOrEthereumURL: Network | string = "goerli", options: EthersOptions = {}): _SemaphoreEthers_

0 commit comments

Comments
 (0)