From 356a996f8d7b620fdc827007d1d2fff725751e72 Mon Sep 17 00:00:00 2001 From: Tor Tryggestad Berre Date: Wed, 12 Jun 2024 10:54:09 +0200 Subject: [PATCH] fix: testing some wierd behaviour --- lib/bridge.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bridge.js b/lib/bridge.js index 8e820cb..ceb05a2 100644 --- a/lib/bridge.js +++ b/lib/bridge.js @@ -28,7 +28,7 @@ const DEFAULT_TIMEOUT = 1000; * @typedef {object} RpcRequest * @property {string} [jsonrpc="2.0"] * @property {string} method - * @property {T} params + * @property {T} paramz * @property {string | number} [id] */