We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ac994a commit 439cd92Copy full SHA for 439cd92
1 file changed
rivetkit-typescript/packages/effect/src/Message.ts
@@ -259,7 +259,7 @@ const makeProto = <
259
}
260
Object.setPrototypeOf(Message, Proto);
261
Object.assign(Message, options);
262
- (Message as any).key = `@rivetkit/effect/Message/${options._tag}`;
+ Message.key = `@rivetkit/effect/Message/${options._tag}`;
263
return Message as any;
264
};
265
0 commit comments