mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Add missing semicolon
This commit is contained in:
parent
99ae2e3b19
commit
0fc9222976
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ const template = _.template(indexHtml, {
|
|||
});
|
||||
|
||||
function render(url, context) {
|
||||
const { head, body } = renderApp(url, context)
|
||||
const { head, body } = renderApp(url, context);
|
||||
return template({
|
||||
title: head.title.toString(),
|
||||
body
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue