partially revert e507c31306
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
61174dd0d3
commit
3962333043
8 changed files with 13 additions and 18 deletions
|
@ -150,7 +150,6 @@ async fn paginate_relations_with_filter(
|
|||
Direction::Backward => events.first(),
|
||||
}
|
||||
.map(at!(0))
|
||||
.map(|count| count.saturating_inc(dir))
|
||||
.as_ref()
|
||||
.map(ToString::to_string);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue