Skip to content

Commit 1e072bf

Browse files
chore: generated code for commit 18e8248. [skip ci]
Co-authored-by: Morgan Leroi <[email protected]>
1 parent 18e8248 commit 1e072bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

clients/algoliasearch-client-csharp/algoliasearch/Utils/ClientExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ public static async Task<ReplaceAllObjectsResponse> ReplaceAllObjectsAsync<T>(th
461461
// Copy settings, synonyms and query rules into the temporary index
462462
var copyResponse = await client.OperationIndexAsync(indexName,
463463
new OperationIndexParams(OperationType.Copy, tmpIndexName)
464-
{ Scope = [ScopeType.Rules, ScopeType.Settings, ScopeType.Synonyms] }, options, cancellationToken)
464+
{ Scope = [ScopeType.Rules, ScopeType.Settings, ScopeType.Synonyms] }, options, cancellationToken)
465465
.ConfigureAwait(false);
466466

467467
await client.WaitForTaskAsync(indexName, copyResponse.TaskID, requestOptions: options, ct: cancellationToken)

clients/algoliasearch-client-csharp/algoliasearch/Utils/ReplaceAllObjectsResponse.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ public class ReplaceAllObjectsResponse
1212
/// The response of the copy operation.
1313
/// </summary>
1414
public UpdatedAtResponse CopyOperationResponse { get; set; }
15-
15+
1616
/// <summary>
1717
/// The response of the batch operations.
1818
/// </summary>
1919
public List<BatchResponse> BatchResponses { get; set; }
20-
20+
2121
/// <summary>
2222
/// The response of the move operation.
2323
/// </summary>

0 commit comments

Comments
 (0)