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 a225d0a..d12a635 100644 --- a/wit/deps/golem-1.1/golem-oplog-1.1.wit +++ b/wit/deps/golem-1.1/golem-oplog-1.1.wit @@ -238,7 +238,7 @@ interface oplog { } resource search-oplog { - constructor(worker-id: worker-id, text: string, older-than: option); + constructor(worker-id: worker-id, text: string); get-next: func() -> option>>; } }