Skip to content

Commit

Permalink
error
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Sep 5, 2024
1 parent 9a0713d commit b6bc5b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -494,9 +494,7 @@ async function catchupAndWatchChain(
);
}
} catch (err) {
chainLogger.error(`Error fetching from gateway ${url}: ${err}`, {
stack: err,
});
chainLogger.error(`Error fetching from gateway ${url}: ${err}`);
}
};

Expand Down

0 comments on commit b6bc5b0

Please sign in to comment.