Skip to content

Commit

Permalink
Update packages/remix-server-runtime/responses.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michaël De Boey <[email protected]>
  • Loading branch information
shelldandy and MichaelDeBoey authored Oct 14, 2024
1 parent 2f9a551 commit 084bc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remix-server-runtime/responses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export function createDeferredReadableStream(
);
}

let unsubscribe = deferredData.subscribe((_, settledKey) => {
let unsubscribe = deferredData.subscribe((aborted, settledKey) => {
if (settledKey) {
enqueueTrackedPromise(
controller,
Expand Down

0 comments on commit 084bc49

Please sign in to comment.