Skip to content

Commit 7851507

Browse files
committed
lint
1 parent fd92d69 commit 7851507

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ app.use((req, res) => {
108108
} else if (renderProps) {
109109
const redirect = ::res.redirect;
110110
loadOnServer({ ...renderProps, store, helpers: { ...providers, redirect } }).then(() => {
111-
if ( res.headersSent ) return;
111+
if (res.headersSent) return;
112112

113113
const component = (
114114
<Provider store={store} app={providers.app} restApp={providers.restApp} key="provider">

0 commit comments

Comments
 (0)