Skip to content

Commit d89a879

Browse files
authored
Update interactions.ts
1 parent 314ffe1 commit d89a879

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/client-twitter/src/interactions.ts

-6
Original file line numberDiff line numberDiff line change
@@ -444,12 +444,6 @@ export class TwitterInteractionClient {
444444
);
445445
}
446446

447-
// Ensure the message and state are properly stringified before evaluation
448-
const sanitizedMessage = JSON.parse(JSON.stringify(message));
449-
const sanitizedState = JSON.parse(JSON.stringify(state));
450-
451-
await this.runtime.evaluate(sanitizedMessage, sanitizedState);
452-
453447

454448
await this.runtime.processActions(
455449
message,

0 commit comments

Comments
 (0)