Skip to content

Commit

Permalink
fix wrong AdminPartition implementation in ConsulClient (G-Research#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
larrytamnjong committed Oct 20, 2024
1 parent afb084a commit 5e85ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Consul/Interfaces/IConsulClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ public interface IConsulClient : IDisposable
ICoordinateEndpoint Coordinate { get; }
ISnapshotEndpoint Snapshot { get; }
IDiscoveryChainEndpoint DiscoveryChain { get; }
IAdminPartitionEndpoint AdminPartitionEndpoint { get; }
IAdminPartitionEndpoint AdminPartition { get; }
}
}

0 comments on commit 5e85ba4

Please sign in to comment.