Skip to content

Commit a71d012

Browse files
committed
fixed linting issue
1 parent 0edc2d6 commit a71d012

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/thirdweb/src/exports/contract.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,4 @@ export {
4141
} from "../contract/deployment/deploy-with-abi.js";
4242
export { prepareAutoFactoryDeployTransaction } from "../contract/deployment/deploy-via-autofactory.js";
4343

44-
export {
45-
getCompilerMetadata,
46-
} from "../contract/actions/get-compiler-metadata.js";
44+
export { getCompilerMetadata } from "../contract/actions/get-compiler-metadata.js";

0 commit comments

Comments
 (0)