From a5b56a875b3f139104d04e9e313acf253aa7d052 Mon Sep 17 00:00:00 2001 From: Mete Ugur Akdogan Date: Tue, 27 Jan 2026 14:41:55 -0800 Subject: [PATCH] fix typo --- demo/client/harmonize_example_client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/client/harmonize_example_client.ts b/demo/client/harmonize_example_client.ts index 1c7b833..0fb485c 100644 --- a/demo/client/harmonize_example_client.ts +++ b/demo/client/harmonize_example_client.ts @@ -17,7 +17,7 @@ import * as path from "node:path"; import { fileURLToPath } from "node:url"; import { GetJobResponse, HarmonizeRequest, HarmonizeResponse, JOB_STATUS } from "./rpc_types.ts"; -import { RpcClient } from "./rpc_client.js"; +import { RpcClient } from "./rpc_client.ts"; // The single RPC endpoint exposed by the server. const API_URL = "http://localhost:8000/api";