Add missing semicolon

This commit is contained in:
Kimmo Puputti 2017-01-12 15:10:24 +02:00
parent 99ae2e3b19
commit 0fc9222976

View file

@ -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