We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05610ed commit 24e75f7Copy full SHA for 24e75f7
src/connector/connector.ts
@@ -1,4 +1,4 @@
1
-import { Channel, PresenceChannel } from "../channel";
+import { Channel, PresenceChannel } from '../channel';
2
3
export abstract class Connector<TPublic extends Channel, TPrivate extends Channel, TPresence extends PresenceChannel> {
4
/**
0 commit comments