Skip to content

Commit 150c2d1

Browse files
committed
fix
1 parent 6156f80 commit 150c2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/gmail/sources/common/polling-history.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default {
2727
maxResults: constants.HISTORICAL_EVENTS,
2828
};
2929
if (this.labels?.length) {
30-
params.labelIds = this.labelIds;
30+
params.labelIds = this.labels;
3131
}
3232
let { messages } = await this.gmail.listMessages({
3333
...params,

0 commit comments

Comments
 (0)