mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 04:44:26 +01:00
Fix erroneous Sequence impl
This commit is contained in:
parent
c2b14b8f8f
commit
7882819795
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user