Skip to content

Commit

Permalink
chore: fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed Apr 17, 2024
1 parent e8d8787 commit f3634b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {concat} from "uint8arrays";
import {concat} from "uint8arrays/concat";
import {digest} from "@chainsafe/as-sha256";
import {createProof, Proof, ProofType} from "@chainsafe/persistent-merkle-tree";
import {routes, ServerApi} from "@lodestar/api";
Expand Down

0 comments on commit f3634b8

Please sign in to comment.