Skip to content

Commit 16265aa

Browse files
committed
refactor(src): Remove unused variable in reload function
1 parent 3d1d9d8 commit 16265aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/reload.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ export function reload({ app, watch, options = {} }) {
4646
</script>`;
4747

4848
app.use((req, res, next) => {
49-
const originalRender = res.render;
5049
const originalSend = res.send;
5150

5251
res.send = function (body) {

0 commit comments

Comments
 (0)