Skip to content
New issue

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

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

Already on GitHub? # to your account

#355: dependencies with undefined value will not do http request #356

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fkrafi
Copy link

@fkrafi fkrafi commented Nov 9, 2021

No description provided.

@fkrafi
Copy link
Author

fkrafi commented Nov 9, 2021

@alex-cory , can you please review this PR #355

Array.isArray(dependencies) &&
(dependencies.length === 0 ||
dependencies.filter((d) => !isEmpty(d)).length > 0)
) {
Copy link
Contributor

Choose a reason for hiding this comment

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

@fkrafi are there any unit tests/tests relevant to this feature ? for the newly added/fixed one and existing functionality
So it will be easy to review ?

@fkrafi fkrafi force-pushed the feature/fetch_is_called_in_spite_of_conditional_variables_are_undefined_#355 branch from 307b5ee to a0e2979 Compare February 3, 2023 09:09
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants