## SonarCloud Finding — S7723 3 instances of `Array()` without `new` keyword. | File | Line | |------|------| | `server/server/internal/auth/base32/index.js` | 71 | | `sites/promo/src/components/linked-avatars.tsx` | 23 | | `server/pages/setup.vue` | 198 | ### Fix Use `new Array()` for clarity.
SonarCloud Finding — S7723
3 instances of
Array()withoutnewkeyword.server/server/internal/auth/base32/index.jssites/promo/src/components/linked-avatars.tsxserver/pages/setup.vueFix
Use
new Array()for clarity.