Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
rokbar-nosto committed Dec 14, 2023
1 parent e01ad7a commit 57637ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mustache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export function fromMustacheTemplate(template: string) {
)
}


return (container: HTMLElement, state: object) => {
container.innerHTML = Mustache.render(template, {
...state,
Expand Down

0 comments on commit 57637ca

Please sign in to comment.