Skip to content

Commit

Permalink
chore: fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
xernobyl committed Dec 21, 2023
1 parent 8dd354e commit 0a6b50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export class StreamClient<StreamFeedGenerics extends DefaultGenerics = DefaultGe
fayeUrl: string;
group: string;
expireTokens: boolean;
location: string;
location: string | undefined;
fayeClient: Faye.Client<RealTimeMessage<StreamFeedGenerics>> | null;
browser: boolean;
node: boolean;
Expand Down

0 comments on commit 0a6b50c

Please sign in to comment.