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

Fixed a typo in an IF statement #5976

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

Conversation

Nikoraii
Copy link

@Nikoraii Nikoraii commented Jul 1, 2024

Fixed a bracket typo in apply.js

ISSUE: 5854

In an if statement [] was used instead of {}, which was inside a .forEach() loop. As .forEach() discards the return value and always returns undefined there is no need for [].

Signed-off-by: Nikola Stancic <[email protected]>
Copy link

typo-app bot commented Jul 1, 2024

Typo Code Review 📊

✅ All checks passed!

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.

1 participant