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

CRDCDH-1840 #34

Open
wants to merge 8 commits into
base: 3.2.0
Choose a base branch
from
Open

CRDCDH-1840 #34

wants to merge 8 commits into from

Conversation

knockknockyoo
Copy link
Contributor

No description provided.

Copy link
Contributor

@AustinSMueller AustinSMueller left a comment

Choose a reason for hiding this comment

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

Please see my below comment about the isUndefined function. I am also going to create a new branch called 3.2.0 to bring the version in line with the backend. After completing the changes please update this PR to merge into the 3.2.0 branch

@@ -3,6 +3,11 @@ function isCaseInsensitiveEqual(source, target) {
if (source.toLowerCase() === target.toLowerCase()) return true;
}

const isUndefined = (p) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

this is a one line function, can we just use "p === undefined" each time instead of calling a function?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The isUndefined is removed.

@AustinSMueller AustinSMueller changed the base branch from 2.1.0 to 3.2.0 November 25, 2024 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants