Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit 647b2e4

Browse files
committed
fix(cloudflare-workers): fix flags for create client
1 parent 45aaf88 commit 647b2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloudflare-workers/src/actor-handler-do.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export function createActorDurableObject(
127127
configureInspectorAccessToken(registry.config, managerDriver);
128128

129129
// Create inline client
130-
const inlineClient = createClientWithDriver(managerDriver);
130+
const inlineClient = createClientWithDriver(managerDriver, runConfig);
131131

132132
// Create actor driver
133133
const actorDriver = runConfig.driver.actor(

0 commit comments

Comments
 (0)