From 4201959b0ec35743d6002cd35d39b79bab19ef35 Mon Sep 17 00:00:00 2001 From: mys1024 Date: Sun, 31 Mar 2024 03:25:25 +0800 Subject: [PATCH] chore: fix lint --- src/rpc/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpc/utils.ts b/src/rpc/utils.ts index 485e535..e7526e0 100644 --- a/src/rpc/utils.ts +++ b/src/rpc/utils.ts @@ -1,4 +1,4 @@ -import { +import type { MsgPort, MsgPortNormalized, RpcCallMsg,