platform
platform copied to clipboard
Fixed a typo in an IF statement
Fixed a bracket typo in apply.js
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 [].
Typo Code Review 📊
✅ All checks passed!