We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a855192 commit d1af8fdCopy full SHA for d1af8fd
1 file changed
ts/appTemplates/CollectorClient.ts
@@ -54,7 +54,7 @@ export class CollectorClient {
54
}
55
56
get hasChatFeature () {
57
- return this.requestData.features.chat != null;
+ return this.requestData.features?.chat != null;
58
59
60
get chatSettings (): {chatStreamIncoming: string, chatStreamMain: string} {
0 commit comments