Skip to content

Commit

Permalink
chore: fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdethier committed Mar 4, 2024
1 parent e73dfd6 commit 13624d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node-api/src/Adapters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import {
} from "./Types.js";
import { UUID } from "./UUID.js";
import { stringToU8a, u8aToHex } from "@polkadot/util";
import { base58Decode, base58Encode } from "@polkadot/util-crypto";
import { base58Decode } from "@polkadot/util-crypto";
import { HexString } from "@polkadot/util/types.js";
import { H256 } from "./interfaces/types.js";
import { Hash } from "./Hash.js";
Expand Down

0 comments on commit 13624d5

Please sign in to comment.