From 8acc190cae123df4465d79737d165919c502bd07 Mon Sep 17 00:00:00 2001 From: Daniel Vigovszky Date: Mon, 7 Oct 2024 10:48:53 +0200 Subject: [PATCH] Fix --- wit/deps/golem-1.1/golem-oplog-1.1.wit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wit/deps/golem-1.1/golem-oplog-1.1.wit b/wit/deps/golem-1.1/golem-oplog-1.1.wit index 7a1a1e0..4e90c3d 100644 --- a/wit/deps/golem-1.1/golem-oplog-1.1.wit +++ b/wit/deps/golem-1.1/golem-oplog-1.1.wit @@ -24,7 +24,7 @@ interface oplog { /// writing a `BeginRemoteWrite` entry in the oplog. Followup invocations should contain /// this entry's index as the parameter. In batched remote writes it is the caller's responsibility /// to manually write an `EndRemoteWrite` entry (using `end_function`) when the operation is completed. - write-remote-batched(oplog-index) + write-remote-batched(option) } record create-parameters {