Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade ES client to 9.0.0-alpha.4 #213375

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Fix types
afharo committed Mar 10, 2025
commit 8e9e4b18c06e6cf764f8b94b293a41bef38ffc6a
Original file line number Diff line number Diff line change
@@ -101,7 +101,7 @@ export const findGapsSearchAfter = async ({
return {
total: gapsResponse.total,
data: transformToGap(gapsResponse),
searchAfter: gapsResponse.search_after,
searchAfter: gapsResponse.search_after as SortResults[] | undefined,
pitId: gapsResponse.pit_id,
};
} catch (err) {