mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-25 07:41:00 +00:00
Fix erroneous Sequence impl
This commit is contained in:
@ -448,7 +448,7 @@ impl Sequence for Action {
|
||||
previous_item = Some(*next_flag);
|
||||
potential_previous_index += 1;
|
||||
} else {
|
||||
return None;
|
||||
return pre_previous_item;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user