Skip to content

Commit

Permalink
fix(start-server): remove debugging timeout (#3258)
Browse files Browse the repository at this point in the history
  • Loading branch information
schiller-manuel authored Jan 28, 2025
1 parent feb9a84 commit 2c904b8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/start-server/src/transformStreamWithRouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,6 @@ export function transformStreamWithRouter(
} else {
finalPassThrough.write(html)
}

return new Promise<void>((resolve) => {
setTimeout(() => {
resolve()
}, 1000)
})
})
.catch(injectedHtmlDonePromise.reject)
.finally(() => {
Expand Down

0 comments on commit 2c904b8

Please sign in to comment.