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 6156f80 commit 150c2d1Copy full SHA for 150c2d1
components/gmail/sources/common/polling-history.mjs
@@ -27,7 +27,7 @@ export default {
27
maxResults: constants.HISTORICAL_EVENTS,
28
};
29
if (this.labels?.length) {
30
- params.labelIds = this.labelIds;
+ params.labelIds = this.labels;
31
}
32
let { messages } = await this.gmail.listMessages({
33
...params,
0 commit comments