Skip to content

Commit 9220a3e

Browse files
fix lint
1 parent ea8fce2 commit 9220a3e

File tree

1 file changed

+1
-1
lines changed
  • packages/react-router-with-query/src

1 file changed

+1
-1
lines changed

packages/react-router-with-query/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ function createPushableStream(): PushableStream {
200200
stream,
201201
enqueue: (chunk) => controllerRef.enqueue(chunk),
202202
close: () => {
203-
controllerRef?.close()
203+
controllerRef.close()
204204
_isClosed = true
205205
},
206206
isClosed: () => _isClosed,

0 commit comments

Comments
 (0)