NikolaDev
Results
1
issues of
NikolaDev
### Fixed a bracket typo in apply.js **[ISSUE: 5854](https://github.com/hcengineering/platform/issues/5854)** In an `if` statement `[]` was used instead of `{}`, which was inside a `.forEach()` loop. As `.forEach()` discards the return...