Skip to content

Commit

Permalink
fix unreadable error logs
Browse files Browse the repository at this point in the history
  • Loading branch information
melisaguevara committed Nov 28, 2024
1 parent d5167ec commit 2ce9fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/indexer/src/data-indexing/service/Indexer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export class Indexer {
notificationPath: "across-indexer-error",
blockRangeResult,
dataIdentifier: this.dataHandler.getDataIdentifier(),
error,
error: JSON.stringify(error),
});
blockRangeProcessedSuccessfully = false;
} finally {
Expand Down

0 comments on commit 2ce9fcb

Please sign in to comment.