Skip to content

Commit 276e7ad

Browse files
committed
lint
1 parent 53f1e5e commit 276e7ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/open-next/src/http/openNextResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export class OpenNextNodeResponse extends Transform implements ServerResponse {
8888
// We want to destroy this response when the original response/request is closed. (i.e when the client disconnects)
8989
// This is to support `request.signal.onabort` in route handlers
9090
streamCreator?.abortSignal?.addEventListener("abort", () => {
91-
this.destroy();
91+
this.destroy();
9292
});
9393
}
9494

0 commit comments

Comments
 (0)