hcengineering / platform

Huly — All-in-One Project Management Platform (alternative to Linear, Jira, Slack, Notion, Motion)
https://huly.io
Eclipse Public License 2.0
7.37k stars 585 forks source link

Fixed a bracket typo in an IF statement - templates/apply.js:(129-131) #5952

Closed Nikoraii closed 3 months ago

Nikoraii commented 3 months ago

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

typo-app[bot] commented 3 months ago

Typo Code Review 📊

✅ All checks passed!

Gnarus-G commented 3 months ago

@Nikoraii Friendly tip: you need to sign off your commit. The DCO check failed. Here is the documentation on signing commits, https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits

Nikoraii commented 3 months ago

Moved to new a branch so I could properly set up signing.

Thank you @Gnarus-G !