Skip to content

Commit f941340

Browse files
committed
Lint fix
1 parent 978e6a4 commit f941340

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@earthwallet/assets",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "Secure assets fetching and transfer functions for Earth Wallet",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",

src/util/icp/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ export const transferNFTsExt = async (
115115
toAccountId: string,
116116
tokenIndex: string
117117
) => {
118-
119118
const agent = await Promise.resolve(
120119
new HttpAgent({
121120
host: ICP_HOST,

0 commit comments

Comments
 (0)