diff --git a/rs/log-fetcher/src/main.rs b/rs/log-fetcher/src/main.rs index 07a51634d..0be07594e 100644 --- a/rs/log-fetcher/src/main.rs +++ b/rs/log-fetcher/src/main.rs @@ -67,7 +67,7 @@ async fn main() -> Result<(), anyhow::Error> { cursor, match cursor.is_empty() { false => 1, - true => -1, + true => 0, }, 30 );