Skip to content

Commit

Permalink
fix: add cursor from response
Browse files Browse the repository at this point in the history
  • Loading branch information
brancoder committed Apr 25, 2024
1 parent b34d604 commit d6c2ac6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions api/src/services/nova/chronicleService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ export class ChronicleService {
),
"get",
);
// Hardcoded to null for now because chronicle always returns the same cursor: https://github.com/iotaledger/inx-chronicle/issues/1362
cursor = null;
// cursor = response.cursor;
cursor = response.cursor;

if (response.blocks) {
slotBlocks.push(...response.blocks);
Expand Down

0 comments on commit d6c2ac6

Please sign in to comment.