Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: [SonarQube] replace || operator with utility func
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator. Nullish coalescing should be preferred typescript:S6606 Software qualities impacted: Maintainability
- Loading branch information