mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 00:01: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);
|
previous_item = Some(*next_flag);
|
||||||
potential_previous_index += 1;
|
potential_previous_index += 1;
|
||||||
} else {
|
} else {
|
||||||
return None;
|
return pre_previous_item;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user