Skip to content

Commit cc5c06e

Browse files
committed
Fixing lint error for unused types. Want to keep for future notice maybe.
1 parent bdff84d commit cc5c06e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/@/api/universal-bridge/addRoute.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { NEXT_PUBLIC_THIRDWEB_BRIDGE_HOST } from "../../constants/public-envs";
44

55
const UB_BASE_URL = NEXT_PUBLIC_THIRDWEB_BRIDGE_HOST;
66

7-
export type TokenMetadata = {
7+
type TokenMetadata = {
88
name: string;
99
symbol: string;
1010
address: string;

0 commit comments

Comments
 (0)