Skip to content

Commit 6370ca8

Browse files
committed
fix: properly pass params into client.getOrCreate
1 parent 1e125bb commit 6370ca8

File tree

1 file changed

+1
-1
lines changed
  • packages/frameworks/framework-base/lib

1 file changed

+1
-1
lines changed

packages/frameworks/framework-base/lib/mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export function createRivetKit<
173173
const handle = client.getOrCreate(
174174
actor.opts.name as string,
175175
actor.opts.key,
176-
actor.opts.params,
176+
{ params: actor.opts.params },
177177
);
178178

179179
const connection = handle.connect();

0 commit comments

Comments
 (0)