Skip to content

Commit 0d86245

Browse files
Apply suggestions from code review
Co-authored-by: Dario Piotrowicz <[email protected]>
1 parent f500aea commit 0d86245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cloudflare/src/cli/templates/utils/create-als-proxy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import type { AsyncLocalStorage } from "node:async_hooks";
22

33
/**
4-
* Creates a proxy for to use for an instance of AsyncLocalStorage.
4+
* Creates a proxy that exposes values from an AsyncLocalStorage store
55
*
6-
* @param als AsyncLocalStorage instance.
6+
* @param als AsyncLocalStorage instance
77
*/
88
export function createALSProxy<T>(als: AsyncLocalStorage<T>) {
99
return new Proxy(

0 commit comments

Comments
 (0)