Skip to content

Commit 900b9c8

Browse files
committed
🙈
1 parent 527cdc7 commit 900b9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/app/app/libs/initters/server.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export default async (req, res, next, params) => {
100100
locals.data = serialize(state);
101101

102102
const layout = `${process.cwd()}/app/bundles/${bundle}/layouts/Layout.jade`;
103-
const html = Jade.compileFile(layout, { pretty: false })(locals);
103+
const html = jade.compileFile(layout, { pretty: false })(locals);
104104

105105
res.send(html);
106106

0 commit comments

Comments
 (0)