Skip to content

Commit

Permalink
Fixing breaking change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Psichorex committed Sep 6, 2023
1 parent e328620 commit 0d70725
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public static class ManualConnectingIndexServiceExtensions
/// <typeparam name="T">The index to operate on.</typeparam>
public static Task RemoveByIndexAsync<T>(
this IManualConnectingIndexService<T> service,
int documentId,
long documentId,
ISession session)
where T : MapIndex =>
service.RemoveAsync("DocumentId", documentId, session);
Expand Down

0 comments on commit 0d70725

Please sign in to comment.