Skip to content

Commit 229fe37

Browse files
authored
Fix a few typos in plugin readme (#1062)
1 parent 2affa25 commit 229fe37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1640,9 +1640,9 @@ class UnifiedPlugin(ClientPlugin, WorkerPlugin):
16401640

16411641
def configure_replayer(self, config: ReplayerConfig) -> ReplayerConfig:
16421642
config["data_converter"] = pydantic_data_converter
1643-
return config
1643+
return self.next_worker_plugin.configure_replayer(config)
16441644

1645-
async def run_replayer(
1645+
def run_replayer(
16461646
self,
16471647
replayer: Replayer,
16481648
histories: AsyncIterator[temporalio.client.WorkflowHistory],

0 commit comments

Comments
 (0)