Skip to content

Commit

Permalink
fix get_block on v1/trace
Browse files Browse the repository at this point in the history
  • Loading branch information
igorls committed Nov 21, 2024
1 parent fad1301 commit 867acb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/routes/v1-trace/get_block/get_block.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {FastifyInstance, FastifyReply, FastifyRequest} from "fastify";
import {timedQuery} from "../../../helpers/functions.js";
import * as _ from "lodash";
import _ from "lodash";

interface getBlockTraceResponse {
id: string;
Expand Down

0 comments on commit 867acb7

Please sign in to comment.