Skip to content

Commit

Permalink
revert one
Browse files Browse the repository at this point in the history
  • Loading branch information
original-brownbear committed Jun 23, 2023
1 parent 17b5821 commit 0930b62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ protected void masterOperation(
ClusterState state,
final ActionListener<AcknowledgedResponse> listener
) throws ElasticsearchException {
licenseService.removeLicense(listener);
licenseService.removeLicense(listener.map(r -> AcknowledgedResponse.of(r.isAcknowledged())));
}
}

0 comments on commit 0930b62

Please sign in to comment.