mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-06-09 13:45:43 +00:00
Fix erroneous Sequence impl
This commit is contained in:
parent
76cf169080
commit
acf634c64a
@ -448,7 +448,7 @@ impl Sequence for Action {
|
||||
previous_item = Some(*next_flag);
|
||||
potential_previous_index += 1;
|
||||
} else {
|
||||
return None;
|
||||
return pre_previous_item;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user