Skip to content

Commit d1af8fd

Browse files
committed
Fixing issue on non-chat streams
1 parent a855192 commit d1af8fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ts/appTemplates/CollectorClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export class CollectorClient {
5454
}
5555

5656
get hasChatFeature () {
57-
return this.requestData.features.chat != null;
57+
return this.requestData.features?.chat != null;
5858
}
5959

6060
get chatSettings (): {chatStreamIncoming: string, chatStreamMain: string} {

0 commit comments

Comments
 (0)