@dhedge/backend-flatcoin-core 0.2.21 → 0.2.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -135,7 +135,7 @@ let GraphQueryService = class GraphQueryService {
|
|
|
135
135
|
let skip = 0;
|
|
136
136
|
// currently thegraph allows to get only 10_000 entities
|
|
137
137
|
while (skip < 10000) {
|
|
138
|
-
const fetchedPositions = await this.getOpenPositions(
|
|
138
|
+
const fetchedPositions = await this.getOpenPositions(skip, first);
|
|
139
139
|
if (fetchedPositions.length === 0) {
|
|
140
140
|
break;
|
|
141
141
|
}
|