Skip to content

Commit 5519bec

Browse files
committed
style: prettier --write
1 parent 07d5052 commit 5519bec

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

website/src/pages/en/subgraphs/guides/x402-payments.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ The USDC payment is still settled — there is no refund. To avoid charging for
8181
```graphql
8282
{
8383
subgraphDeployment(id: "<ipfsHash>") {
84-
indexerAllocations(where: { activeForIndexer_not: null }, first: 1) { id }
84+
indexerAllocations(where: { activeForIndexer_not: null }, first: 1) {
85+
id
86+
}
8587
}
8688
}
8789
```

0 commit comments

Comments
 (0)