From b83517d521b1bea7585ce45a803fad373f28225c Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 10 Jan 2023 15:22:25 +0100 Subject: Implement PollRange API endpoint --- src/model/k2v/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/model/k2v/mod.rs') diff --git a/src/model/k2v/mod.rs b/src/model/k2v/mod.rs index c488b4c6..acc1fcdc 100644 --- a/src/model/k2v/mod.rs +++ b/src/model/k2v/mod.rs @@ -5,4 +5,4 @@ pub mod item_table; pub mod rpc; -pub(crate) mod sub; +pub mod sub; -- cgit v1.2.3