Skip to content

Commit

Permalink
Fix filter
Browse files Browse the repository at this point in the history
  • Loading branch information
elie222 committed Dec 23, 2024
1 parent 9d03237 commit 33ef11e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions apps/web/utils/actions/whitelist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@ export const whitelistInboxZeroAction = withActionInstrumentation(
gmail,
from: env.WHITELIST_FROM,
addLabelIds: [INBOX_LABEL_ID],
removeLabelIds: [
"CATEGORY_PROMOTIONS",
"CATEGORY_SOCIAL",
"CATEGORY_UPDATES",
"CATEGORY_FORUMS",
SPAM_LABEL_ID,
],
removeLabelIds: [SPAM_LABEL_ID],
});
},
);

1 comment on commit 33ef11e

@vercel
Copy link

@vercel vercel bot commented on 33ef11e Dec 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.