From 31d0a5ff3771b78258d114476e88b7e4ddd7683d Mon Sep 17 00:00:00 2001 From: Mete Ugur Akdogan Date: Tue, 27 Jan 2026 14:37:21 -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 6c71532..1c7b833 100644 --- a/demo/client/harmonize_example_client.ts +++ b/demo/client/harmonize_example_client.ts @@ -16,7 +16,7 @@ import * as path from "node:path"; import { fileURLToPath } from "node:url"; -import { GetJobResponse, HarmonizeRequest, HarmonizeResponse, JOB_STATUS } from "./rpc_types.js"; +import { GetJobResponse, HarmonizeRequest, HarmonizeResponse, JOB_STATUS } from "./rpc_types.ts"; import { RpcClient } from "./rpc_client.js"; // The single RPC endpoint exposed by the server.