From 9a50bffb3b2dc2c93221d0b8b6ae44b101202e92 Mon Sep 17 00:00:00 2001 From: Daniel Vigovszky Date: Mon, 21 Oct 2024 15:42:07 +0200 Subject: [PATCH] Remove older-than parameter --- 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 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>>; } }