Skip to content

Commit

Permalink
fix(specs): returns an response [skip-bc] (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4107

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
algolia-bot and shortcuts committed Nov 15, 2024
1 parent c4ccf33 commit 6fb253c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client-search/src/searchClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,7 @@ export function createSearchClient({
deleteBy(
{ indexName, deleteByParams }: DeleteByProps,
requestOptions?: RequestOptions,
): Promise<DeletedAtResponse> {
): Promise<UpdatedAtResponse> {
if (!indexName) {
throw new Error('Parameter `indexName` is required when calling `deleteBy`.');
}
Expand Down

0 comments on commit 6fb253c

Please sign in to comment.