diff --git a/src/rpc.ts b/src/rpc.ts index 9395a9f..37e5702 100644 --- a/src/rpc.ts +++ b/src/rpc.ts @@ -14,7 +14,7 @@ import { JSONRPCResponseWithResult, } from "jayson"; import config, { updateUsePocketGateway, usePocketGateway } from "./config.js"; -import { errorExit } from "./util"; +import { errorExit } from "./util.js"; const require = createRequire(import.meta.url);