Skip to content

Commit b572baf

Browse files
get rid of options.async
1 parent 75fc340 commit b572baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloudflare/src/api/cloudflare-context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export function getCloudflareContext<
9696
);
9797
}
9898

99-
if (options.async) {
99+
if (asyncMode) {
100100
return getCloudflareContextFromWrangler<CfProperties, Context>().then((context) => {
101101
addCloudflareContextToNodejsGlobal(context);
102102
return context;

0 commit comments

Comments
 (0)