Skip to content

Commit 63b48ef

Browse files
committed
lint
1 parent 9a0c307 commit 63b48ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server/routes/backend-wallet/transfer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
type Address,
1010
} from "thirdweb";
1111
import { transfer as transferERC20 } from "thirdweb/extensions/erc20";
12-
import { isContractDeployed, resolvePromisedValue } from "thirdweb/utils";
12+
import { isContractDeployed } from "thirdweb/utils";
1313
import { getChain } from "../../../shared/utils/chain";
1414
import {
1515
getChecksumAddress,

0 commit comments

Comments
 (0)