Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: simplify cfn output logic (#212)
#### Motivation Use syntatical sugar to reduce the number of explicit checks needed #### Modification - Uses modern javascript syntax sugar - Avoids using `!object` or `if(object)` to prevent type conversions #### Checklist _If not applicable, provide explanation of why._ - [ ] Tests updated - [ ] Docs updated - [ ] Issue linked in Title
- Loading branch information