Skip to content

Commit

Permalink
Merge pull request #16 from Nosto/test-release
Browse files Browse the repository at this point in the history
feat: main release
  • Loading branch information
rokbar-nosto authored Dec 14, 2023
2 parents f1bbca7 + 93ce0bf commit c5e8b7f
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 c5e8b7f

Please sign in to comment.