Skip to content

Commit e9d63b4

Browse files
authored
fix: update import typedef
1 parent 5217fd8 commit e9d63b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client-src/socket.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import WebSocketClient from "./clients/WebSocketClient.js";
44
import { log } from "./utils/log.js";
55

66
/** @typedef {import("./index.js").EXPECTED_ANY} EXPECTED_ANY */
7-
/** @typedef {import("./clients/WebSocketClient.js")} WebSocketClient */
7+
/** @typedef {WebSocketClient} */
88

99
// this WebsocketClient is here as a default fallback, in case the client is not injected
1010
/** @type {CommunicationClientConstructor} */

0 commit comments

Comments
 (0)