Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
smahati committed Jan 30, 2025
1 parent c2975dc commit ff804e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node.js/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ Class `cds.Request` extends [`cds.Event`] with additional features to represent
Provides access to the express request object of individual requests within an incoming batch request.

::: warning Note:
If the [new OData adapter](../releases/archive/2024/jun24#new-protocol-adapters-ga) is not used, both `.req` and [`.http.req`](#http) refer to the same request object of the incoming batch request.
If the [new OData adapter](../releases/archive/2024/jun24#new-protocol-adapters-ga) isn't used, both `.req` and [`.http.req`](#http) refer to the same request object of the incoming batch request.
:::


Expand All @@ -267,7 +267,7 @@ If the [new OData adapter](../releases/archive/2024/jun24#new-protocol-adapters-
Provides access to the express response object of individual requests within an incoming batch request.

::: warning Note:
If the [new OData adapter](../releases/archive/2024/jun24#new-protocol-adapters-ga) is not used, both `.res` and [`.http.res`](#http) refer to the same response object of the incoming batch request.
If the [new OData adapter](../releases/archive/2024/jun24#new-protocol-adapters-ga) isn't used, both `.res` and [`.http.res`](#http) refer to the same response object of the incoming batch request.
:::


Expand Down

0 comments on commit ff804e7

Please sign in to comment.