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 d57c531 commit 659857aCopy full SHA for 659857a
components/google_chat/sources/common/base.mjs
@@ -82,7 +82,7 @@ export default {
82
83
const relevantMessages = messages.filter((message) => this.isRelevant(message));
84
85
- if (!relevantMessages.length) {
+ if (!relevantMessages?.length) {
86
return;
87
}
88
0 commit comments