platform icon indicating copy to clipboard operation
platform copied to clipboard

Fixed a typo in an IF statement

Open Nikoraii opened this issue 1 year ago • 1 comments

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 [].

Nikoraii avatar Jul 01 '24 22:07 Nikoraii

Typo Code Review 📊

✅ All checks passed!

typo-app[bot] avatar Jul 01 '24 22:07 typo-app[bot]