Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(internal/logic/template): update template creation logic
Update template variable for creating a template from a anonymous struct to a pointer to an anonymous struct. This allows for the template variable to be passed by reference rather than value.
- Loading branch information