Skip to content

Commit f747088

Browse files
Fix
1 parent dbc5f86 commit f747088

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

website/src/pages/en/subgraphs/querying/distributed-systems-guide.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,4 @@ async function getDomainNames() {
119119

120120
By using the `number_gte` parameter in a polling loop, you ensure time moves forward when fetching updates. By pinning queries to a specific `block.hash`, you can retrieve multiple sets of related information consistently from the same block.
121121

122-
• If you encounter re-orgs, plan to retry from the beginning or adjust your logic accordingly. • Explore other filtering and block arguments (see \[placeholder for reference location\]) to handle additional use-cases.
123-
124-
\[Placeholder for additional references or external resources if available\]
122+
If you encounter re-orgs, plan to retry from the beginning or adjust your logic accordingly.

0 commit comments

Comments
 (0)