Skip to content

Commit 033c485

Browse files
committed
fixup! review
1 parent d2dc28b commit 033c485

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/open-next/src/types/global.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ declare global {
146146
/**
147147
* The AsyncLocalStorage instance that is used to store the request context.
148148
* Only available in main, middleware and edge functions.
149-
* TODO: should be available everywhere in the future.
150149
* Defined in `requestHandler.ts`, `adapters/middleware.ts` and `adapters/edge-adapter.ts`.
151150
*/
152151
var __openNextAls: AsyncLocalStorage<OpenNextRequestContext>;

0 commit comments

Comments
 (0)