Skip to content

Commit 5757084

Browse files
committed
.res
1 parent 1e617ee commit 5757084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/start-server-core/src/request-response.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ export function clearSession(config: Partial<SessionConfig>): Promise<void> {
327327
// not public API
328328
export function getResponse() {
329329
const event = getH3Event()
330-
return event._res
330+
return event.res
331331
}
332332

333333
// not public API (yet)

0 commit comments

Comments
 (0)