aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/react/server.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/react/server.js')
-rw-r--r--packages/integrations/react/server.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/react/server.js b/packages/integrations/react/server.js
index 16bf6785e..3907ba6f1 100644
--- a/packages/integrations/react/server.js
+++ b/packages/integrations/react/server.js
@@ -174,7 +174,7 @@ async function renderToPipeableStreamAsync(vnode, options) {
destroy() {
resolve(html);
},
- })
+ }),
);
},
});