fix(packages/shareed): add missing imports

This commit is contained in:
PalmDevs
2024-10-17 21:43:12 +07:00
parent 3ed5bd11ac
commit 488d37e65b
2 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ export class ClientWebSocketManager {
/**
* Sets the URL to connect to
*
*
* **Requires a reconnect to take effect**
*/
async setOptions({ url, timeout }: Partial<ClientWebSocketManagerOptions>, autoReconnect = true) {