Skip to content

Commit

Permalink
Merge pull request #31 from golemcloud/oplog-search-fix-1
Browse files Browse the repository at this point in the history
Remove older-than parameter
  • Loading branch information
vigoo authored Oct 21, 2024
2 parents 05feeac + 9a50bff commit 0f7596f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wit/deps/golem-1.1/golem-oplog-1.1.wit
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ interface oplog {
}

resource search-oplog {
constructor(worker-id: worker-id, text: string, older-than: option<oplog-index>);
constructor(worker-id: worker-id, text: string);
get-next: func() -> option<list<tuple<oplog-index, oplog-entry>>>;
}
}

0 comments on commit 0f7596f

Please sign in to comment.