Skip to content

Commit 78bcdd8

Browse files
committed
lint issue
1 parent dabe685 commit 78bcdd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/utils/cache/get-contract.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { StatusCodes } from "http-status-codes";
33
import { createCustomError } from "../../../server/middleware/error";
44
import { abiSchema } from "../../../server/schemas/contract";
55
import { getSdk } from "./get-sdk";
6-
import { ThirdwebSDK } from "@thirdweb-dev/sdk";
6+
import type { ThirdwebSDK } from "@thirdweb-dev/sdk";
77

88
const abiArraySchema = Type.Array(abiSchema);
99

0 commit comments

Comments
 (0)