Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix:duplicate-detection-v2 settings cleanup #2796

Merged
merged 6 commits into from
Mar 4, 2024

Conversation

SowmyaFyle
Copy link
Contributor

Description

copilot:summary

copilot:poem

Walkthrough

copilot:walkthrough

Clickup

https://app.clickup.com/

Code Coverage

Please add code coverage here

UI Preview

Please add screenshots for UI changes

@github-actions github-actions bot added the size/XS Extra Small PR label Mar 1, 2024
sowmya added 2 commits March 1, 2024 10:49
@github-actions github-actions bot added size/S Small PR and removed size/XS Extra Small PR labels Mar 1, 2024
sowmya added 2 commits March 1, 2024 11:14
allowed: outgoing.commute_deduction_settings?.allowed,
enabled: outgoing.commute_deduction_settings?.enabled,
allowed: outgoing.commute_deduction_settings && outgoing.commute_deduction_settings.allowed,
enabled: outgoing.commute_deduction_settings && outgoing.commute_deduction_settings.enabled,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

threw errors in the tests if optional chaining is used

@SowmyaFyle SowmyaFyle merged commit 7d4ed97 into master Mar 4, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/S Small PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants