Skip to content

Commit 24e75f7

Browse files
committed
Update quotes
1 parent 05610ed commit 24e75f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connector/connector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Channel, PresenceChannel } from "../channel";
1+
import { Channel, PresenceChannel } from '../channel';
22

33
export abstract class Connector<TPublic extends Channel, TPrivate extends Channel, TPresence extends PresenceChannel> {
44
/**

0 commit comments

Comments
 (0)