Skip to content

Commit

Permalink
chore: changing default behavior if cursor is not present (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaMilosa committed Jun 7, 2024
1 parent 253c9e7 commit 1d39289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/log-fetcher/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ async fn main() -> Result<(), anyhow::Error> {
cursor,
match cursor.is_empty() {
false => 1,
true => -1,
true => 0,
},
30
);
Expand Down

0 comments on commit 1d39289

Please sign in to comment.