Skip to content

Commit 3cae19c

Browse files
committed
Add ext
1 parent 2335774 commit 3cae19c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/signRelease.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { base58btc } from "multiformats/bases/base58";
33
import { base32 } from "multiformats/bases/base32";
44
import { base64, base64url } from "multiformats/bases/base64";
55
import { BaseWallet, SigningKey } from "ethers";
6-
import sortBy from "lodash/sortBy";
6+
import sortBy from "lodash/sortBy.js";
77
import { parseIpfsPath } from "./isIpfsHash.js";
88

99
const signatureFileName = "signature.json";

0 commit comments

Comments
 (0)