Skip to content

Commit

Permalink
fix: testing some wierd behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
tor0405 committed Jun 12, 2024
1 parent 6c52328 commit 356a996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]
*/

Expand Down

0 comments on commit 356a996

Please sign in to comment.